Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit 9b3752f

Browse files
committed
Updated readme.md
1 parent 0725527 commit 9b3752f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ Feedback is very welcome. Please leave it in the [Issues](https://github.com/Jam
1111

1212
## Installing the Package
1313

14-
Use the Bower package manager to install the package into your AngularJS project:
14+
The preferred approach is to sse the Bower package manager to install the package into your AngularJS project:
1515

1616
bower install --save angularjs-oauth2
1717

18+
However you can also use npm:
19+
20+
npm install angularjs-oauth2 --save
21+
1822
## Basic Usage
1923

2024
To authenticate an application running on localhost using Google's OAuth2 endpoint add the following HTML to, typically, your index.html page:

0 commit comments

Comments
 (0)