README.md in incr-0.6.0 vs README.md in incr-0.7.0

- old
+ new

@@ -48,10 +48,10 @@ - `--[no-]commit` : Commit changes. (default: enabled) - `--[no-]tag` : Create a git tag. (default: enabled) Example: ```shell -~> incr --no-tag npm patch -d ./subprojects/web/ -t MyCustomTagPrefix/%s +~> incr --no-tag -d ./subprojects/web/ -t MyCustomTagPrefix/%s npm patch ``` This will : - Search for `package.json` and `package-lock.json` files inside `./subprojects/web/` and update the patch version - Commit the changes under the message `MyCustomTagPrefix/2.3.4`