From 48ca7deb216cb39557ea1e5a243c6f955f066e32 Mon Sep 17 00:00:00 2001 From: ZebruhX <109268697+ZebruhX@users.noreply.github.com> Date: Tue, 19 Jul 2022 00:31:58 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0ac16a..f1304e3 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ You can extend the Dancer prototype by calling the static method `addPlugin( nam Development --- -This project uses [grunt](https://github.com/cowboy/grunt) to build and [jasmine](http://pivotal.github.com/jasmine/) for testing. Run `grunt` from the project root to lint and build files. A CLI for testing would be awesome, but Mozilla and WebKit implementations differ greatly -- go to `spec/index.html` in Mozilla/WebKit browsers to test. All tests should pass in Chrome and Firefox (95% of the time) -- Flash implementations are much more annoying, need to have cleaned up tests. +This project uses [grunt](https://github.com/cowboy/grunt) to build and [jasmine](http://pivotal.github.com/jasmine/) for testing. Run `grunt` from the project root to lint and build files. A CLI for testing would be awesome, but Mozilla and WebKit implementations differ greatly -- go to `spec/index.html` in Mozilla/WebKit browsers to test. All tests should pass in Chrome and Firefox (95% of the time) -- Flash implementations are much more annoying because they need to have cleaned up tests. Change Logs ----