diff --git a/README.md b/README.md index 8bac223..f6475fb 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -# how-npm-am-i.js +# [how-npm-am-i.js](https://git.coolaj86.com/coolaj86/how-npm-am-i.js) Shows how many downloads you get on npm each month, across all of your packages. +> npx how-npm-am-i <username> [--verbose] + # Usage ```bash -npx how-npm-am-i isaacs --verbose +how-npm-am-i isaacs --verbose ``` ```txt @@ -33,7 +35,3 @@ You're *very* npm. ```bash npm install --global how-npm-am-i ``` - -```bash -how-npm-am-i -``` diff --git a/package.json b/package.json index bc8ff14..641e7e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "how-npm-am-i", - "version": "1.0.2", + "version": "1.0.3", "description": "See how many downloads you get on npm each month, across all your packages", + "homepage": "https://git.coolaj86.com/coolaj86/how-npm-am-i.js", "main": "index.js", "scripts": { "test": "node test.js"