APP_KEY not API_KEY

This commit is contained in:
claudemiro
2016-01-16 21:48:45 -02:00
parent 8dea85e71c
commit 403138e28f
+1 -1
View File
@@ -64,7 +64,7 @@ $ go install github.com/dimiro1/ipe
### Client javascript library
```javascript
var pusher = new Pusher(API_KEY, {
var pusher = new Pusher(APP_KEY, {
wsHost: 'localhost',
wsPort: 8080,
enabledTransports: ["ws", "flash"],