Skip to content

Commit

Permalink
README update to show improved ready() functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingice committed Oct 19, 2010
1 parent 3719da8 commit c1022ef
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 @@ -51,7 +51,7 @@ Which means you will be able to do:

<pre>
jsonpfu.ready('my_api', function () {
jsonpfu.lib('my_api').do();
this.do();
});
</pre>

Expand Down

0 comments on commit c1022ef

Please sign in to comment.