Skip to content

Commit 77c822d

Browse files
committed
Fix a syntax error in the README
1 parent 97d35b1 commit 77c822d

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
@@ -46,7 +46,7 @@ You can also specify auth and endpoint options by passing an URL:
4646
```javascript
4747
var Pusher = require('pusher');
4848

49-
var pusher = Pusher.forURL("SCHEME://APP_KEY:SECRET_KEY@HOST:PORT/apps/APP_ID);
49+
var pusher = Pusher.forURL("SCHEME://APP_KEY:SECRET_KEY@HOST:PORT/apps/APP_ID");
5050
```
5151

5252
You can pass the optional second argument with options, as in `forCluster` function.

0 commit comments

Comments
 (0)