From 6bad73e1122ececffbbec07762819fde7dd55e4c Mon Sep 17 00:00:00 2001 From: Sean Hussey Date: Thu, 18 Dec 2014 09:22:43 -0500 Subject: [PATCH] Fixed typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d22badd..090bac8 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ All Trademarks are the property of their respective owners. Building portify ---------------- -* Make sure you have installed a usable build enviroment (gcc, make & co.) +* Make sure you have installed a usable build environment (gcc, make & co.) * Install Node.js (using your favourite package manager, but make sure it's newer than 0.8) * Clone the git repo (master branch) -* Go into the ./data/ directory and run npm install (This will fetch and compile all depenencies of portify) +* Go into the ./data/ directory and run npm install (This will fetch and compile all dependencies of portify) * Try running the daemon by executing node app.js in the ./data/ folder * Open your favourite browser and go to localhost:3132