From 741f8752e59d90a72220467c65c5c1bb4c86b2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Kr=C3=B6ger?= Date: Fri, 6 Jun 2014 16:06:05 +0200 Subject: [PATCH] Correct markdown headings --- README | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README b/README index e1e0b35..35a40d8 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -arbor.js --------- +# arbor.js + Arbor is a graph visualization library built with web workers and jQuery. Rather than trying to be an all-encompassing framework, arbor @@ -15,8 +15,7 @@ that make your project unique – the graph data and your visual style – rather than spending time on the physics math that makes the layouts possible. -Installation ------------- +## Installation To use the particle system, add jquery and the file at lib/arbor.js to your path somewhere and include them in your html: @@ -34,8 +33,7 @@ decide if this appeals to you or not). -Getting Started ---------------- +## Getting Started The docs folder contains a sample project that demonstrates some of the basic idioms for working with the library to build a visualization. More @@ -46,8 +44,7 @@ at arborjs.org. But since all of them use xhr to fetch their data, you'll still need to view them from an http server. If you don't have a copy of apache handy, use the demo-server.sh script to create a local server. -Colophon --------- +## Colophon Arbor’s design is heavily influenced by Jeffrey Bernstein’s excellent Traer Physics[1] library for Processing. In addition, much of the @@ -62,14 +59,12 @@ code. [2] [3] -Contribute ----------- +## Contribute Code submissions are greatly appreciated and highly encouraged. Please send pull requests with fixes/enhancements/etc. to samizdatco on github. The oldschool may also pipe their diff -u output to info@arborjs.org. -License -------- +## License -Arbor is released under the MIT license. http://en.wikipedia.org/wiki/MIT_License \ No newline at end of file +Arbor is released under the MIT license. http://en.wikipedia.org/wiki/MIT_License