Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexguan committed Apr 23, 2013
1 parent 14a1eed commit 3adc082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,14 +593,14 @@ var sessionTimeout = zookeeper.getSessionTimeout();
There are two type of events will be emitted by the client: client state event
and watcher event.
The client state transition is depicted int the ZooKeeper programmer guide:
The client state transition is depicted in the ZooKeeper programmer guide:
![state transition](http://zookeeper.apache.org/doc/r3.4.5/images/state_dia.jpg)
There are two ways to watch the client state events. You can either register
individual event listeners on the specific events (Node.js convention) or you
can register one event listener for `state` event (Java client convention).
#### Client State Events
#### Client State Event
* `connected` - Client is connected and ready.
* `connectedReadOnly` - Client is connected to a readonly server.
Expand Down

0 comments on commit 3adc082

Please sign in to comment.