Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tralamazza committed Jul 22, 2011
1 parent f0dbb46 commit 54d69b4
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 @@ -13,7 +13,7 @@ var RapLeafApi = require('node-rapleaf');

var client = new RapLeafApi('<your key goes here>');

rap.query_by_email('<some email>', function(json_data) {
client.query_by_email('<some email>', function(json_data) {
console.log(json_data);
});
```

0 comments on commit 54d69b4

Please sign in to comment.