Renamed "usage" section to "getting started"

This commit is contained in:
Dennis Hotson 2012-11-06 21:52:43 +11:00
parent 8724b9eaf4
commit aa24fe0aef

View File

@ -105,7 +105,7 @@
<p>
<a href="demo.html">Demo</a> |
<a href="https://github.com/dhotson/springy/zipball/master">Download</a> |
<a href="#usage">Usage</a> |
<a href="#getting-started">Getting started</a> |
<a href="https://github.com/dhotson/springy/">GitHub</a> |
<a href="mailto:dennis.hotson@gmail.com">Contact</a>
</p>
@ -189,8 +189,8 @@
<div class="divider"><img src="sequoya_gigantea.png" width="146" height="100" alt="Sequoya gigantea" title="Sequoya gigantea" /></div>
<div id="usage" class="section">
<h2>Usage</h2>
<div id="getting-started" class="section">
<h2>Getting started</h2>
<p>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.</p>
<p>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.</p>