@nosto/nosto-cli 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ If you wish to know more about our tech stack, we publish extensive documentatio
14
14
 
15
15
  Nosto CLI aims to be as user-friendly as CLI tools get. You should be able to get up and running by utilizing the built-in `help` and `setup` commands, but a quick-start guide is also provided here.
16
16
 
17
- To start with, you may create an empty folder for your folder; or you may clone your git repository to work with.
17
+ To start with, you may create an empty folder for your project; or you may clone your git repository to work with.
18
18
 
19
19
  ```bash
20
20
  # Install the CLI tool:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nosto/nosto-cli",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "main": "./src/index.ts",
5
5
  "bin": {
6
6
  "nosto": "./src/bootstrap.mjs"