From b0a357fad23388d3eb4b4b18ae8c5b4885d12248 Mon Sep 17 00:00:00 2001 From: Patrick Madden Date: Fri, 2 Dec 2011 09:18:50 -0600 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ea8e8c..f6d3b7c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ ## Usage Code: - + var ControlPort = require('control-port').ControlPort; + var control = new ControlPort(); control.start(6000); @@ -33,6 +34,11 @@ Node> shutdown $ +## Install + + Install with npm + $ npm install control-port + ## Features * Set your own Prompt!