Skip to content

Commit 190d5eb

Browse files
authored
Update README.md
Adding missing quote to wss.send("Hi!);
1 parent 952c39a commit 190d5eb

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
@@ -105,7 +105,7 @@ preferred; mostly since URLs end up in many logs.
105105

106106
var client = new WebSocket(address, null, opt);
107107
client.on('open', function(wss) {
108-
wss.send("Hi!);
108+
wss.send("Hi!");
109109
});
110110

111111
```

0 commit comments

Comments
 (0)