From aa24fe0aef4ceee458efbd0c218cae37437065d6 Mon Sep 17 00:00:00 2001 From: Dennis Hotson Date: Tue, 6 Nov 2012 21:52:43 +1100 Subject: [PATCH] Renamed "usage" section to "getting started" --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index f97c6d3..1e40c13 100644 --- a/index.html +++ b/index.html @@ -105,7 +105,7 @@

Demo | Download | - Usage | + Getting started | GitHub | Contact

@@ -189,8 +189,8 @@
Sequoya gigantea
-
-

Usage

+
+

Getting started

Springy.js is designed to be small and simple. It provides an abstraction for graph manipulation and for calculating the layout and not too much else.

The details of drawing and interaction are mostly up to you. This means you can use canvas, SVG, WebGL, or even just plain old positioned HTML elements.