Skip to content

Commit

Permalink
Minor fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tangledbytes committed Nov 24, 2019
1 parent d02f364 commit 37c05fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn add nodejs-snowflake
## Usage
```javascript

const { UniqueID } = require('nodejs-flake');
const { UniqueID } = require('nodejs-snowflake');

const uid = new UniqueID();

Expand Down

0 comments on commit 37c05fe

Please sign in to comment.