From 1ed32a0d5d779ca5800ca974b3187131191c483a Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 14 Feb 2013 14:02:32 -0800 Subject: [PATCH] Better links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3b0acc3..d8b0fad2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ http://openseadragon.github.com/ ## Building from Source -All command-line operations are scripted using Grunt (see http://gruntjs.com/) which is based on node.js (http://nodejs.org/). After installing node, you will need to run this command once to install the required packages: +All command-line operations are scripted using [Grunt](http://gruntjs.com/) which is based on [Node.js](http://nodejs.org/). After installing Node, you will need to run this command once to install the required packages: npm install @@ -24,7 +24,7 @@ The built files appear in the `build` folder. ## Testing -Our tests are based on [QUnit](http://qunitjs.com/) and PhantomJS; they're both installed when you run `npm install`. At the moment we don't have much in the way of tests, but we're working to fix that. To run on the command line: +Our tests are based on [QUnit](http://qunitjs.com/) and [PhantomJS](http://phantomjs.org/); they're both installed when you run `npm install`. At the moment we don't have much in the way of tests, but we're working to fix that. To run on the command line: grunt test