From 8352e4f0d8d4f8af4be781fa46d1bc93d15ddc55 Mon Sep 17 00:00:00 2001 From: Nick Stakenburg Date: Wed, 27 Jun 2012 17:29:52 +0200 Subject: [PATCH] Demo link in README --- README.md | 2 ++ gui/index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 218c06a..ece9448 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Spinners Spinners is a JavaScript library that creates pixel-perfect cross-browser loading icons through Canvas. Written for use in [Lightview][1] and [Tipped][2], feel free to use it in your own projects. +Demo (GUI): http://projects.nickstakenburg.com/spinners + ## Installation diff --git a/gui/index.html b/gui/index.html index bcd216b..d44c3e3 100644 --- a/gui/index.html +++ b/gui/index.html @@ -1,7 +1,7 @@ -Spinners +Spinners - Pixel-perfect loading icons using Canvas