Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Eek! My README looks awful on github
  • Loading branch information
James Sanders committed May 30, 2010
1 parent 5c0eaef commit d470c07
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -5,12 +5,14 @@ An SNPP (level 1) server library for Node.js.

[rq]: http://github.com/jsanders/node-snpp

=== Installation
Installation
--------------

Clone or otherwise download library and symlink or copy snpp.js into your ~/.node_libraries directory.

=== Usage

Usage
---------------
`
var snpp = require('snpp');
snpp.createServer(function (request, response) {
// Handle 'PAGE' command
Expand All @@ -33,10 +35,12 @@ snpp.createServer(function (request, response) {
// request.pager contains pager number, request.message contains message
});
}).lisen('444', 'localhost');
`

Examples can be found in the examples directory.

=== LICENSE
License
---------------

(The MIT License)

Expand Down

0 comments on commit d470c07

Please sign in to comment.