Skip to content

Commit 3c6c58c

Browse files
authored
Fix typo in README
1 parent e25fe9c commit 3c6c58c

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
@@ -51,7 +51,7 @@ you're going to use LISTEN/NOTIFY in your node app:
5151
you have special needs, like max retry limit or reconnection delay.
5252
2. It provides **clean way working with channels**, so you may subscribe to
5353
an exactly required channel with no need to do additional filtering
54-
implementation on messages receive. BTW, it does nod hide from you
54+
implementation on messages receive. BTW, it does not hide from you
5555
possibility to manage all messages in a single handler. You just choose
5656
what you need.
5757
3. The most important feature here is that this library comes with the first-class

0 commit comments

Comments
 (0)