Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jun 29, 2014
1 parent 8eab795 commit 125398f
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 @@ -87,8 +87,8 @@ Zotero-Node was written with the Zotero API v3 in mind and, by default, will par
JSON responses automatically. Contents are accessible in the `message.data` property
once the response has been received. Other content-types will be saved as strings
using the appropriate encoding. Having said that, it is very easy to add your own message
parsers to Zotero-Node, by addingthe them to `zotero.Messages.parsers`. For instance,
we could add a parser for Atom resonses like this:
parsers to Zotero-Node, by adding them to `zotero.Messages.parsers`. For instance,
we could add a parser for Atom responses like this:


var zotero = require('zotero');
Expand Down

0 comments on commit 125398f

Please sign in to comment.