diff --git a/README.md b/README.md index 514a2b9..039717f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 1474d21..306ddca 100644 --- a/package.json +++ b/package.json @@ -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"