1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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*