Skip to content

Commit

Permalink
Merge pull request #8 from monaka/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jkyberneees authored Nov 21, 2019
2 parents ae6d660 + bcc9966 commit cae738c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ More about Keycloak: http://www.keycloak.org/
## Using the keycloak-backend module
### Instantiating
```js
const keycloak = require('keycloak-connector')({
const keycloak = require('keycloak-backend')({
"realm": "your realm name",
"auth-server-url": "http://keycloak.dev:8080",
"client_id": "your client name",
Expand Down Expand Up @@ -87,4 +87,4 @@ let details = await keycloak.users.roles(uid, [
```

## Tests
WIP
WIP

0 comments on commit cae738c

Please sign in to comment.