Skip to content

Commit

Permalink
Merge pull request #354 from AlexWiles/master
Browse files Browse the repository at this point in the history
fix broken link in readme
  • Loading branch information
justin808 committed Mar 28, 2016
2 parents 62ff886 + 2571d40 commit 4cc9a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ See the [Installation Overview](docs/additional-reading/installation-overview.md
### Initializer Configuration
Configure the `config/initializers/react_on_rails.rb`. You can adjust some necessary settings and defaults. See file [spec/dummy/config/initializers/react_on_rails.rb](../../spec/dummy/config/initializers/react_on_rails.rb) for a detailed example of configuration, including comments on the different values to configure.
Configure the `config/initializers/react_on_rails.rb`. You can adjust some necessary settings and defaults. See file [spec/dummy/config/initializers/react_on_rails.rb](spec/dummy/config/initializers/react_on_rails.rb) for a detailed example of configuration, including comments on the different values to configure.
## NPM
All JavaScript in React On Rails is loaded from npm: [react-on-rails](https://www.npmjs.com/package/react-on-rails). To manually install this (you did not use the generator), assuming you have a standard configuration, run this command:
Expand Down

0 comments on commit 4cc9a71

Please sign in to comment.