From 57b2f87b8c99f48f82eb511e6bdd772f3e13bd6a Mon Sep 17 00:00:00 2001
From: James Cryer
Date: Thu, 21 Feb 2013 14:37:15 +0000
Subject: [PATCH] fixing links
---
README.md | 2 +-
index.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 190ec43..6b8f30a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
Resemble.js
==========
-Analyse and compare images with Javascript and HTML5. [Resemble.js Demo](http://huddle.github.com/resemble.js/)
\ No newline at end of file
+Analyse and compare images with Javascript and HTML5. [Resemble.js Demo](http://huddle.github.com/Resemble.js/)
\ No newline at end of file
diff --git a/index.html b/index.html
index 77245a7..c1033e1 100644
--- a/index.html
+++ b/index.html
@@ -113,7 +113,7 @@
Resemble.js can be used for any image analysis and comparison requirement you might have in the browser. However, it has been designed and built for use by the PhantomJS powered visual regression library PhantomCSS. PhantomCSS needs to be able to ignore antialiasing as this would cause differences between screenshots derived from different machines.
- Resemble.js uses the HTML5 File API to parse image data, and canvas for rendering image diffs.
+ Resemble.js uses the HTML5 File API to parse image data, and canvas for rendering image diffs.
@@ -154,7 +154,7 @@ resemble(file).compareTo(file2).onComplete(function(){