From aebff02abadee79df43ca6a1a373dfe897e146cd Mon Sep 17 00:00:00 2001
From: Thomas Steur <tsteur@users.noreply.github.com>
Date: Mon, 25 Nov 2013 16:46:37 +1300
Subject: [PATCH] refs #4225 updated documentation

---
 tests/javascript/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/javascript/README.md b/tests/javascript/README.md
index 7d2ede0f56..5852407301 100644
--- a/tests/javascript/README.md
+++ b/tests/javascript/README.md
@@ -3,9 +3,9 @@
 ## Setup
 Javascript integration tests require sqlite:
  * ensure this PHP extension is enabled to make sure you run all tests apt-get install php5-sqlite
- * Then please create an empty file enable_sqlite in tests/javascript/enable_sqlite
- * Re-execute this page and make sure this popup does not display
+ * Then please create an empty file `enable_sqlite` in `tests/javascript/enable_sqlite`
+ * Re-execute the tests and make sure the "missing sqlite" error message does not display
 
 ## Execute
 
-Either open http://piwik.example.com/tests/javascript/ or execute `phantomjs testrunner.js`
+Either open http://piwik.example.com/tests/javascript/ in a browser or execute `phantomjs testrunner.js` on the command line. You can download PhantomJS here: http://phantomjs.org/
-- 
GitLab