Skip to content

Commit

Permalink
[docs] Add missing path option in the documentation (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainmen-xia authored and darrachequesne committed Feb 22, 2017
1 parent 2dcc794 commit 4af8fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/API.md
Expand Up @@ -73,6 +73,7 @@ See [new Manager(url[, options])](#managerurl-options) for available `options`.

- `url` _(String)_
- `options` _(Object)_
   - `path` _(String)_ name of the path that is captured on the server side (`/socket.io`)
- `reconnection` _(Boolean)_ whether to reconnect automatically (`true`)
- `reconnectionAttempts` _(Number)_ number of reconnection attempts before giving up (`Infinity`)
- `reconnectionDelay` _(Number)_ how long to initially wait before attempting a new
Expand Down

0 comments on commit 4af8fd3

Please sign in to comment.