From 3f4b1814d3f06fb291106faf12d659932e1d777b Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Wed, 3 Jul 2013 17:48:40 -0700 Subject: [PATCH] Adding link to demo site --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ea2308..9415adf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ You can pass a hash of options to tweak the output: katamari('0.02km', 'default', {precision: 3, output: 'object'}); // {value: 2.857, unit: "elephant", pluralled: "elephants"} +Demo site: http://bkwld.github.io/katamari/ + ## Installation [![Build Status](https://travis-ci.org/BKWLD/katamari.png?branch=master)](https://travis-ci.org/BKWLD/katamari) Grab [dist/katamari.js](https://raw.github.com/BKWLD/katamari/master/dist/katamari.js) or [dist/katamari.min.js](https://raw.github.com/BKWLD/katamari/master/dist/katamari.min.js) from the repo.