Skip to content

Commit

Permalink
Fix NPM module link
Browse files Browse the repository at this point in the history
  • Loading branch information
joeymalvinni committed Apr 14, 2021
1 parent c7a0feb commit 1db25a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## Installation

This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/).
[npm registry](https://www.npmjs.com/package/better-usernames).

Before installing, [download and install Node.js](https://nodejs.org/en/download/).
Node.js 0.10 or higher is required.
Expand All @@ -38,7 +38,7 @@ Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):

```bash
$ npm install random-usernames
$ npm install better-usernames
```

## Features
Expand All @@ -56,7 +56,7 @@ $ npm install random-usernames
Install the executable:

```bash
$ npm install -g random-usernames
$ npm install -g better-usernames
```

Make an `index.js` file and give it the following contents:
Expand Down

0 comments on commit 1db25a3

Please sign in to comment.