Skip to content

Commit

Permalink
Fixed formatting problems in client.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josephg committed May 1, 2011
1 parent 24f0541 commit 18d26da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/client.md
Expand Up @@ -63,9 +63,10 @@ Document names are case sensitive.
The type can be specified as a string (eg, `'text'`) or an object (eg, `require('share').types.text`).

Options is an object which can contain the following fields:
**`host`**: hostname of the sharejs server
**`port`**: port of the sharejs server
**`basePath`**: base path of the socket.io frontend. Leave this blank unless you've fiddled with it in the server configuration

- **`host`**: hostname of the sharejs server
- **`port`**: port of the sharejs server
- **`basePath`**: base path of the socket.io frontend. Leave this blank unless you've fiddled with it in the server configuration

In web clients, options can be left out. It will default to:

Expand Down

0 comments on commit 18d26da

Please sign in to comment.