bundle, mocp: fix typo (#5748)

This commit is contained in:
bl-ue 2021-04-14 10:12:42 -04:00 committed by GitHub
parent 16e4ed5c89
commit d84f31d7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -17,13 +17,13 @@
- Update one or more specific gem(s) defined in the `Gemfile`:
`bundle update {{gemname}} {{gemname}}`
`bundle update {{gem_name}} {{gem_name}}`
- Update one or more specific gems(s) defined in the `Gemfile` but only to the next patch version:
`bundle update --patch {{gemname}} {{gemname}}`
`bundle update --patch {{gem_name}} {{gem_name}}`
- Update update all gems within the given group in the `Gemfile`:
- Update all gems within the given group in the `Gemfile`:
`bundle update --group {{development}}`
@ -33,4 +33,4 @@
- Create a new gem skeleton:
`bundle gem {{gemname}}`
`bundle gem {{gem_name}}`

View File

@ -31,6 +31,6 @@
`mocp --{{play|stop}}`
- Stop the MOC server while it is in the backgroud:
- Stop the MOC server while it's in the backgroud:
`mocp --exit`