Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman91176 committed Jul 10, 2019
1 parent 9ed6c35 commit 80910ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ In your angular application directory:
With npm:

```sh
npm install --save keycloak-angular@<choosen-version-from-table-above>
npm install --save keycloak-authz-angular@<choosen-version-from-table-above>
```

With yarn:

```sh
yarn add keycloak-angular@<choosen-version-from-table-above>
yarn add keycloak-authz-angular@<choosen-version-from-table-above>
```

## Setup
Expand Down
4 changes: 2 additions & 2 deletions projects/keycloak-authz-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ In your angular application directory:
With npm:

```sh
npm install --save keycloak-angular@<choosen-version-from-table-above>
npm install --save keycloak-authz-angular@<choosen-version-from-table-above>
```

With yarn:

```sh
yarn add keycloak-angular@<choosen-version-from-table-above>
yarn add keycloak-authz-angular@<choosen-version-from-table-above>
```

## Setup
Expand Down
2 changes: 1 addition & 1 deletion projects/keycloak-authz-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-authz-angular",
"version": "1.0.1",
"version": "1.0.2",
"description": "Easy Keycloak Authorizations for Angular applications",
"private": false,
"repository": {
Expand Down

0 comments on commit 80910ce

Please sign in to comment.