Skip to content

Commit

Permalink
fix install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed May 26, 2018
1 parent a5deca4 commit 00754e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Command line utilities for working with JSON Web Tokens (JWT).
### Yarn

```shell
yarn add "@clarketm/jwt-utils"
yarn global add "@clarketm/jwt-utils"
```

### Npm

```shell
npm install "@clarketm/jwt-utils" --save
npm install --global "@clarketm/jwt-utils"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clarketm/jwt-utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "Command line utilities for working with JSON Web Tokens (JWT)",
"engines": {
"node": ">=8.11.2"
Expand Down

0 comments on commit 00754e5

Please sign in to comment.