diff --git a/README.md b/README.md index 1a8fee0..f61c4be 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,11 @@ commands in real-time and forwards them via WebSockets to a local Javascript cl HTML5 canvas for your viewing pleasure. ## Installation -Simply clone the repo, and install: +Install with npm: + + npm install -g ugly + +Or clone the repo, and install: git clone https://github.com/williamg/ugly.git cd ugly diff --git a/package.json b/package.json index 06f8c31..39dcaf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ugly", - "version": "1.1.0", + "version": "1.1.1", "description": "A universal graphics library.", "main": "bin/launcher.js", "scripts": {