Skip to content

Commit b6b9aaa

Browse files
authored
Update README.md
1 parent db54a2a commit b6b9aaa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ The library provides one module `GithubAuthLibModule`, that includes on componen
1414
The login compenent's selector is an attribute selector and is `[ga-login]`
1515

1616
## Dependencies
17-
The library has two peer dependencies that you have to install, `"ngx-store": "^2.0.0"` and `"angular-oauth2-oidc": "^4.0.2"`, to install them simply run these commands at the root of your angular repo.
17+
The library has two peer dependencies that you have to install, `"ngx-store": "^2.0.0"`, to install them simply run these commands at the root of your angular repo.
1818

1919
`npm install ngx-store`
20-
`npm install angular-oauth2-oidc`
2120

2221
You should also setup `AppRoutingModule` in your root module since the library uses routing.
2322

0 commit comments

Comments
 (0)