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