Skip to content

Commit 37c05fe

Browse files
committed
Minor fix in readme
1 parent d02f364 commit 37c05fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ yarn add nodejs-snowflake
2121
## Usage
2222
```javascript
2323

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

2626
const uid = new UniqueID();
2727

0 commit comments

Comments
 (0)