From 69ae35ca8bad5e94cfb4e91c7832d8b13f3802e5 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 3 Nov 2022 06:39:15 -0300 Subject: [PATCH] Update README.md (#6) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23bdad8..8e47d55 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,9 @@ const two = cool.addMessage({ } }) -// open the channels +// open the channel -one.open() -two.open() +cool.open() // And send some data