Skip to content

Commit

Permalink
chore: Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnson committed Mar 26, 2021
1 parent 0c39a0c commit 31c93bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Installation

`composer require kjohnson/since-unreleased:dev-master`
`composer require kjohnson/since-unreleased`

## Usage

Expand All @@ -13,9 +13,9 @@ Given the following sytax:
*/
```

Run the script, passing a version number:
Run the script, passing the target directory followed by the version number:
```
./vendor/bin/since-unreleased 1.0.1
./vendor/bin/since-unreleased example/ 1.0.1
```

and the `@unreleased` tag will be updated.
Expand Down

0 comments on commit 31c93bb

Please sign in to comment.