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 - - + +