From 40117bc055aa437eebd8f84add4ba4bdd684d3e5 Mon Sep 17 00:00:00 2001 From: josdejong Date: Tue, 16 Apr 2013 14:50:41 +0200 Subject: [PATCH] License information added --- README.md | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 31aa1778..66480007 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Vis.js Library is part of [CHAP](http://chap.almende.com), the Common Hybrid Agent Platform, developed by [Almende B.V](http://almende.com). -# Install +## Install Install via bower: @@ -20,15 +20,15 @@ Or download the library from the github project: [https://github.com/almende/vis.git](https://github.com/almende/vis.git). -# Load +## Load To use a component, include the javascript and css file of the component in your webpage. For example for the Timeline: ```html - - + + ``` A timeline can be instantiated as: @@ -42,7 +42,7 @@ and `options` is an optional object with configuration options for the component. -# Example +## Example A basic example on loading a Timeline is shown below. More examples can be found in the examples directories of each component. @@ -52,8 +52,8 @@ found in the examples directories of each component. Timeline basic demo - - + +