Skip to content

Commit

Permalink
Fixes bad path for npm-based installation
Browse files Browse the repository at this point in the history
Replaces `bower_components...` path with `node_modules...` for npm-based installation.
  • Loading branch information
kvnn authored and benvinegar committed Jul 12, 2017
1 parent 864fa39 commit d5678cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/ember.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ npm
.. code-block:: javascript
app.import('bower_components/raven-js/dist/raven.js');
app.import('bower_components/raven-js/dist/plugins/ember.js');
app.import('node_modules/raven-js/dist/raven.js');
app.import('node_modules/raven-js/dist/plugins/ember.js');
.. code-block:: html

Expand Down

0 comments on commit d5678cb

Please sign in to comment.