Skip to content

Commit

Permalink
Update README.md (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingTiger001 committed May 8, 2019
1 parent 203c102 commit 89b8b05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ in which case you may not even need the asset pipeline. This is mostly relevant
- [Vue](#vue)
- [Elm](#elm)
- [Stimulus](#stimulus)
- [Coffeescript](#coffeescript)
- [CoffeeScript](#coffeescript)
- [Erb](#erb)
- [Paths](#paths)
- [Resolved](#resolved)
Expand Down Expand Up @@ -292,7 +292,7 @@ rails webpacker:binstubs
yarn upgrade @rails/webpacker --latest
yarn upgrade webpack-dev-server --latest
# Or to install a latest release (including pre-releases)
# Or to install the latest release (including pre-releases)
yarn add @rails/webpacker@next
```

Expand Down Expand Up @@ -331,7 +331,7 @@ new Rails 5.1+ app using `--webpack=react` option:
rails new myapp --webpack=react
```

(or run `bundle exec rails webpacker:install:react` in a existing Rails app already
(or run `bundle exec rails webpacker:install:react` in an existing Rails app already
setup with Webpacker).

The installer will add all relevant dependencies using Yarn, changes
Expand Down Expand Up @@ -438,14 +438,14 @@ rails new myapp --webpack=stimulus

Please read [The Stimulus Handbook](https://stimulusjs.org/handbook/introduction) or learn more about its source code at https://github.com/stimulusjs/stimulus

### Coffeescript
### CoffeeScript

To add [Coffeescript](http://coffeescript.org/) support,
To add [CoffeeScript](http://coffeescript.org/) support,
run `bundle exec rails webpacker:install:coffee` on a Rails app already
setup with Webpacker.

An example `hello_coffee.coffee` file will also be added to your project
in `app/javascript/packs` so that you can experiment with Coffeescript right away.
in `app/javascript/packs` so that you can experiment with CoffeeScript right away.

### Erb

Expand Down

0 comments on commit 89b8b05

Please sign in to comment.