Skip to content

Commit

Permalink
docs(readme): fix markdown formatting typo (#289)
Browse files Browse the repository at this point in the history
add a missing backtick
  • Loading branch information
revelt authored and stevemao committed Dec 24, 2018
1 parent 844cde6 commit 6826945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ _how it works:_
3. when you're ready to release:
1. `git checkout master; git pull origin master`
2. run `standard-version`
3. `git push --follow-tags origin master && npm publish
_(or, `docker push`, `gem push`, etc.)_
3. `git push --follow-tags origin master && npm publish`
_(or, `docker push`, `gem push`, etc.)_

`standard-version` does the following:

Expand Down

0 comments on commit 6826945

Please sign in to comment.