Skip to content

Commit 74a5164

Browse files
author
Beau
committed
Fix Typo in README
1 parent f2a4479 commit 74a5164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To initialize it, you need a room ID, which can be created with the syntax of
1111
After that, you can set it up with something similar to below:
1212

1313
```
14-
const getParser = require('@Streamme-dev/parse-message');
14+
const getParser = require('@streammedev/parse-message');
1515
1616
getParser(roomId, function (err, parseMessage) {
1717
// The data passed is a message from the web socket without the nameSpace and ResultType

0 commit comments

Comments
 (0)