Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
derek committed Sep 2, 2010
1 parent d74f12d commit d4ea34a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ Use within Node

A basic example

![](http://s89997654.onlinehome.us/screencaps/example.js-20100902-003742.jpg)
![](http://s89997654.onlinehome.us/screencaps/Default-20100902-002804.jpg)
![](http://s89997654.onlinehome.us/screencaps/Default-20100902-005708.jpg)

cornify.addCorn()
----------
Expand Down
3 changes: 2 additions & 1 deletion examples/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ require.paths.unshift(__dirname + "/../lib/");
var sys = require("sys")
, cornify = require('cornify');

sys.puts(cornify.addCorn());
sys.puts(cornify.addCorn());

0 comments on commit d4ea34a

Please sign in to comment.