aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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*