Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenpj committed Dec 2, 2011
1 parent 6c4c92c commit b0a357f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -6,7 +6,8 @@
## Usage

Code:

var ControlPort = require('control-port').ControlPort;

var control = new ControlPort();
control.start(6000);

Expand All @@ -33,6 +34,11 @@
Node> shutdown
$

## Install

Install with npm
$ npm install control-port


## Features
* Set your own Prompt!
Expand Down

0 comments on commit b0a357f

Please sign in to comment.