Skip to content

Commit

Permalink
fixed little error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
optikfluffel committed Jun 5, 2012
1 parent 91e82df commit df3742e
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 @@ -74,7 +74,7 @@ List an authenticated users flattrs. `obj.count` default to **30** and tells Fla

Flattr a thing with id of `id`.

flattrs.id(token, 423405, function (data) {
flattrs.thing(token, 423405, function (data) {
console.log(data);
});

Expand Down

0 comments on commit df3742e

Please sign in to comment.