Skip to content

Commit 776ee39

Browse files
author
John Edward
committed
updated README
1 parent a9916e5 commit 776ee39

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
@@ -2,7 +2,7 @@
22

33
> Uses stack and Async/Await approach
44
5-
Use this for your express routes if you need those concurrent requests to behave synchronously. If you don't need every request to be queued for a route (unique requests), we can do that too!
5+
Use this for your express routes if you need those concurrent requests to behave in sequence. If you don't need every request to be queued, set a config and specify your unique identifier to group the queues.
66

77
## Installation
88

0 commit comments

Comments
 (0)