Edited readme

This commit is contained in:
Nils Norman Haukås 2013-02-20 22:36:05 +01:00
parent 8bb6a44a9a
commit 2b8abf07d3

View file

@ -1,11 +1,11 @@
#Coding kata
An attempt at implementing a simple string calculator in Coffee-script
#Coding kata: Simple string calculator
A simple string calculator implemented in Coffee-script. Based on this [coding kata excercise](http://osherove.com/tdd-kata-1/).
#Installation
1. First install node.js, thereby including npm.
2. Git clone this folder
3. Do a 'npm install' inside folder
4. Run 'npm test' to see tests
1. Install [Node.js](http://nodejs.org/)
2. Git clone this project
3. From terminal run `npm install` inside project folder
4. From terminal run `npm test` to see tests
#License