From ac4b2f7fd56ccf5b7d0af8ad6b413295d27021b7 Mon Sep 17 00:00:00 2001 From: Eduardo Lanchares Date: Thu, 24 May 2012 12:53:17 +0200 Subject: [PATCH] Fixed how to run instructions --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 0824afe..858bdf1 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,6 @@ created by [Jérôme Gravel-Niquet](http://jgn.me/). Open your favorite browser, and load the specrunner.html file. You should see many failing specs. -If you have python on your machine, here's an easy way to do that: - - python -m SimpleHTTPServer - http://localhost:8000/ - Work your way through the jasmine specs in the js/koans directory, and when you finish you should have a better understanding of how to create and test a Backbone app.