Skip to content

Commit 31c93bb

Browse files
committed
chore: Update README.
1 parent 0c39a0c commit 31c93bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Installation
44

5-
`composer require kjohnson/since-unreleased:dev-master`
5+
`composer require kjohnson/since-unreleased`
66

77
## Usage
88

@@ -13,9 +13,9 @@ Given the following sytax:
1313
*/
1414
```
1515

16-
Run the script, passing a version number:
16+
Run the script, passing the target directory followed by the version number:
1717
```
18-
./vendor/bin/since-unreleased 1.0.1
18+
./vendor/bin/since-unreleased example/ 1.0.1
1919
```
2020

2121
and the `@unreleased` tag will be updated.

0 commit comments

Comments
 (0)