Skip to content

Commit

Permalink
Doc: updated README documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kadishmal committed May 15, 2014
1 parent d7d5877 commit 59435e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Ref: remove documentation directory as documentation is managed in README.
- Ref: fix typo.
- Ref: update dev dependencies.
- Doc: updated README documentation.

## Version 2.1.1 (Nov 26, 2013)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ And finally, everything else will be safely escaped and wrapped in single quotes
// `queryHandle`: the query handle ID which was just closed.
client.on(client.EVENT_QUERY_CLOSED, callback);

All READ queries must be closed explicitly.
All READ queries **must be** closed explicitly.

##### Callback example

Expand Down

0 comments on commit 59435e9

Please sign in to comment.