Skip to content

Commit 6420900

Browse files
author
Eldar B
authored
docs(readme): add supported nodejs version
1 parent ebca95e commit 6420900

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
[Sqids](https://sqids.org/javascript) (*pronounced "squids"*) is a small library that lets you **generate unique IDs from numbers**. It's good for link shortening, fast & URL-safe ID generation and decoding back into numbers for quicker database lookups.
77

8+
Supports Node.js 18 and above
9+
810
Features:
911

1012
- **Encode multiple numbers** - generate short IDs from one or several non-negative numbers
@@ -81,4 +83,4 @@ const numbers = sqids.decode(id) // [1, 2, 3]
8183

8284
## 📝 License
8385

84-
[MIT](LICENSE)
86+
[MIT](LICENSE)

0 commit comments

Comments
 (0)