Skip to content

Commit c3cfae2

Browse files
committed
docs: notes
1 parent 4326c90 commit c3cfae2

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66

77
## Features
88

9-
- 🔐 Easy to use
10-
- 🗄️ Multiples drivers ( Redis, Postgres, MySQL, Sqlite, In-Memory and others )
11-
- 🚀 Modern API ( `using`, `async/await` )
12-
- 🗂️ Named locks
13-
- 🧪 Easily testable by switching to in-memory driver in test environment
14-
- 📖 Well documented + handy JSDoc annotations
15-
- 🧩 Easily extendable with your own driver
9+
- 🔒 Easy usage
10+
- 🔄 Multiple drivers (Redis, Postgres, MySQL, Sqlite, In-Memory and others)
11+
- 🔑 Customizable named locks
12+
- 🌐 Consistent API across all drivers
13+
- 🧪 Easy testing by switching to an in-memory driver
14+
- 🔨 Easily extensible with your own drivers
1615

1716
See documentation at [verrou.dev](https://verrou.dev/docs/introduction)
1817

docs/content/docs/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
summary: Verrou is a locking library for managing locks in a NodeJS application.
2+
summary: Verrou is a locking library for managing locks in a Node.js application.
33
---
44

55
# Introduction
66

7-
Verrou is a locking library for managing locks ( mutexes ) in a NodeJS application.
7+
Verrou is a library for managing locks in a Node.js application.
88

99
- 🔒 Easy usage
1010
- 🔄 Multiple drivers (Redis, Postgres, MySQL, Sqlite, In-Memory and others)

0 commit comments

Comments
 (0)