Skip to content

Commit d5678cb

Browse files
kvnnbenvinegar
authored andcommitted
Fixes bad path for npm-based installation
Replaces `bower_components...` path with `node_modules...` for npm-based installation.
1 parent 864fa39 commit d5678cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/ember.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ npm
6767
6868
.. code-block:: javascript
6969
70-
app.import('bower_components/raven-js/dist/raven.js');
71-
app.import('bower_components/raven-js/dist/plugins/ember.js');
70+
app.import('node_modules/raven-js/dist/raven.js');
71+
app.import('node_modules/raven-js/dist/plugins/ember.js');
7272
7373
.. code-block:: html
7474

0 commit comments

Comments
 (0)