aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-12-27 08:34:45 -0500
committerJon Moss <me@jonathanmoss.me>2016-12-27 08:35:24 -0500
commitfab3a73af4e6f10f80cfd2a9004426c432394ddc (patch)
tree415e77cd917cdd65cbaf90c36e19d8ef50b2dd56 /railties/CHANGELOG.md
parent2053229456a6e585b9c62554c4bb4adac9c9fbe2 (diff)
downloadrails-fab3a73af4e6f10f80cfd2a9004426c432394ddc.tar.gz
rails-fab3a73af4e6f10f80cfd2a9004426c432394ddc.tar.bz2
rails-fab3a73af4e6f10f80cfd2a9004426c432394ddc.zip
Add backticks to show shell command
[ci skip]
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 0ba62f9ef7..26660dd873 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -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*