diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-12-27 08:34:45 -0500 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2016-12-27 08:35:24 -0500 |
commit | fab3a73af4e6f10f80cfd2a9004426c432394ddc (patch) | |
tree | 415e77cd917cdd65cbaf90c36e19d8ef50b2dd56 | |
parent | 2053229456a6e585b9c62554c4bb4adac9c9fbe2 (diff) | |
download | rails-fab3a73af4e6f10f80cfd2a9004426c432394ddc.tar.gz rails-fab3a73af4e6f10f80cfd2a9004426c432394ddc.tar.bz2 rails-fab3a73af4e6f10f80cfd2a9004426c432394ddc.zip |
Add backticks to show shell command
[ci skip]
-rw-r--r-- | railties/CHANGELOG.md | 4 |
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* |