From 5a7eea53b16f28f775864b0fec09ed3469b50ce8 Mon Sep 17 00:00:00 2001 From: Christian Williams Date: Thu, 25 Feb 2010 21:58:08 -0500 Subject: [PATCH] Update why-did-we-write-it sections. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index f7699f65..bade429b 100644 --- a/README.markdown +++ b/README.markdown @@ -53,7 +53,7 @@ So we decided to start from scratch. Enter Jasmine ------------ -Jasmine is our dream JavaScript testing framework. It's heavily influenced by, and borrows the best parts of, JSSpec, ScrewUnit & [JSpec](http://github.com/visionmedia/jspec/tree/master), and of course RSpec. +Jasmine is our dream JavaScript testing framework. It's heavily influenced by, and borrows the best parts of, ScrewUnit, JSSpec, [JSpec](http://github.com/visionmedia/jspec/tree/master), and of course RSpec. Jasmine was designed with a few principles in mind. We believe that a good JavaScript testing framework: * should not be tied to any browser, framework, platform, or host language.