Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SeyZ committed Feb 26, 2016
1 parent a29b179 commit 927c31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ API](http://jsonapi.org) (1.0 compliant).
### Serialization

var JSONAPISerializer = require('jsonapi-serializer').Serializer;
JSONAPISerializer(type, opts).serialize(data);
new JSONAPISerializer(type, opts).serialize(data);

The function `JSONAPISerializer` takes two arguments:

Expand Down

0 comments on commit 927c31a

Please sign in to comment.