From 79a73045e7baf7057a194ca37ffdffe43e4adecb Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 11 Apr 2011 11:56:34 -0400 Subject: [PATCH] tweak the docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c98dcba..72909b5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ## Introduction -This gem works with projects that use the [Jasmine gem](https://github.com/pivotal/jasmine-gem) to -create a `jasmine.yml` file defining what to test. The runner loads that +This gem works with projects that have used the [Jasmine gem](https://github.com/pivotal/jasmine-gem) to +create a `jasmine.yml` file that defines what to test. The runner loads that `jasmine.yml` file and executes the tests in a Qt WebKit widget, displaying the results to the console and setting the exit code to 0 for success or 1 for failure.