Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jessefulton committed Apr 15, 2012
1 parent b40bedd commit 8379cd5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README
@@ -1,8 +1,13 @@
This is a module for interacting with the pastehtml.com API (http://pastehtml.com/help/api)


example usage:
INSTALLATION
============
npm install pastehtml


USAGE
=====
var pastehtml = require('pastehtml');
pastehtml.create("<h1>Hello, World!</h1>", "html", function(url) {
console.log(url); }
Expand Down

0 comments on commit 8379cd5

Please sign in to comment.