diff --git a/example/README.md b/example/README.md new file mode 100644 index 0000000..4702659 --- /dev/null +++ b/example/README.md @@ -0,0 +1,6 @@ +# GarageServer.IO Example +A sample application using GarageServer.IO + +## Install + +Execute `$ npm install` in the `example\` directory and `$ node app.js`. \ No newline at end of file diff --git a/example/package.json b/example/package.json index 617abff..4a29788 100644 --- a/example/package.json +++ b/example/package.json @@ -1,10 +1,11 @@ { "name": "garageserver.io.example", - "description": "An sample application using garageserver.io", + "description": "A sample application using garageserver.io", "author": { "name": "Jeremiah Billmann", "email": "jcbillmann@yahoo.com" }, + "version": "0.5.2", "license" : "MIT", "dependencies": { "express": "3.1.0",