You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,14 @@ The latest version of Ember-OAuth2 is an Ember Addon and uses the ES6 modules. T
29
29
Ember-OAuth2 is an Ember Addon that can be installed with the following command from your ember project.
30
30
31
31
```javascript
32
-
$ npm install --save-dev ember-oauth2
33
-
32
+
$ ember install ember-oauth2
34
33
```
35
34
36
35
Ember-OAuth2 is an Ember [service](https://guides.emberjs.com/v2.8.0/applications/services/) that you can inject to different parts of your app using the inject syntax
0 commit comments