From 55d26e51e7f3bca83beade56447e2f15a3b2ab51 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Mon, 5 Aug 2013 22:41:53 -0400 Subject: [PATCH] Fixed typo --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index f3806c6..1e457df 100644 --- a/example/README.md +++ b/example/README.md @@ -3,4 +3,4 @@ A sample application using GarageServer.IO ## Install -Execute `$ npm install` in the `example/` root directory and `$ node app.js`. \ No newline at end of file +Execute `$ npm install` in the `example/` root directory and `$ node app.js` to run the application. \ No newline at end of file