We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d35b1 commit 77c822dCopy full SHA for 77c822d
README.md
@@ -46,7 +46,7 @@ You can also specify auth and endpoint options by passing an URL:
46
```javascript
47
var Pusher = require('pusher');
48
49
-var pusher = Pusher.forURL("SCHEME://APP_KEY:SECRET_KEY@HOST:PORT/apps/APP_ID);
+var pusher = Pusher.forURL("SCHEME://APP_KEY:SECRET_KEY@HOST:PORT/apps/APP_ID");
50
```
51
52
You can pass the optional second argument with options, as in `forCluster` function.
0 commit comments