Skip to content

Commit

Permalink
Updated reame usuage sample
Browse files Browse the repository at this point in the history
  • Loading branch information
emerleite committed Mar 4, 2011
1 parent 2c1b233 commit e58f032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Expand Up @@ -18,7 +18,9 @@ Instalation
Usuage
------
> var gist = require('gist');
> var newGistURL = gist.create('your gist content');
> gist.create('your gist content', function (url) {
> console.log(url); //prints created gist url
> });
Running tests
-------------
Expand Down

0 comments on commit e58f032

Please sign in to comment.