From f671eabebc621a7c2be74fbce70e1cb13978d610 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Fri, 6 Jun 2014 14:40:09 -0700 Subject: [PATCH] docs(readme): fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfed828b6..2b41dcd2b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ _real_ browsers. ## But I still want to use \_insert testing library\_ -Karma is not a testing framework, neither an assertion library. +Karma is not a testing framework, nor an assertion library. Karma just launches a HTTP server, and generates the test runner HTML file you probably already know from your favourite testing framework. So for testing purposes you can use pretty much anything you like. There are already plugins for most of the common testing frameworks: