Skip to content

Commit

Permalink
fix: readme (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed May 16, 2023
1 parent d819182 commit 90db050
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Creates a cryptographically secure UID with a 62 character range that can be saf

## Usage

Firstly, install the package from [npm](https://www.npmjs.com):
Install the package:

```js
npm install --save uid-promise
npm i uid-promise
```

Then load it:
Then import it:

```js
const uid = require('uid-promise');
import { uid } = from 'uid-promise';
```

Finally, call it:
Expand Down

0 comments on commit 90db050

Please sign in to comment.