Add backticks to show shell command

[ci skip]
This commit is contained in:
Jon Moss 2016-12-27 08:34:45 -05:00 committed by Jon Moss
parent 2053229456
commit fab3a73af4
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
To generate a new app that has Webpack dependencies configured and binstubs for webpack and webpack-watcher:
rails new myapp --webpack
`rails new myapp --webpack`
To generate a new app that has Webpack + React configured and an example intalled:
rails new myapp --webpack=react
`rails new myapp --webpack=react`
*DHH*