Skip to content

Commit

Permalink
docs(README): Fix typos (#447)
Browse files Browse the repository at this point in the history
Co-authored-by: tommywo <tommywo@users.noreply.github.com>
  • Loading branch information
2 people authored and jbottigliero committed Jan 20, 2020
1 parent 3904075 commit c518c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -190,7 +190,7 @@ npm run release -- --release-as minor
npm run release -- --release-as 1.1.0
```

you will get version `1.1.0` rather than what would be the auto-generated version `1.0.1`.
You will get version `1.1.0` rather than what would be the auto-generated version `1.0.1`.

> **NOTE:** you can combine `--release-as` and `--prerelease` to generate a release. This is useful when publishing experimental feature(s).
Expand Down

0 comments on commit c518c7f

Please sign in to comment.