We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c39a0c commit 31c93bbCopy full SHA for 31c93bb
README.md
@@ -2,7 +2,7 @@
2
3
## Installation
4
5
-`composer require kjohnson/since-unreleased:dev-master`
+`composer require kjohnson/since-unreleased`
6
7
## Usage
8
@@ -13,9 +13,9 @@ Given the following sytax:
13
*/
14
```
15
16
-Run the script, passing a version number:
+Run the script, passing the target directory followed by the version number:
17
18
-./vendor/bin/since-unreleased 1.0.1
+./vendor/bin/since-unreleased example/ 1.0.1
19
20
21
and the `@unreleased` tag will be updated.
0 commit comments