Browse Source

still getting th hang of markdown…

Why can't we just use good old html?
pull/13/head
Zach Wise 13 years ago
parent
commit
ea2ca717f8
  1. 4
      README.markdown

4
README.markdown

@ -35,12 +35,12 @@ Add a `<div>` with an id called “timeline” in the `<body>` of your site.
### Step 3
Initialize the data source in either the `<head>` or the `<body>`
`<script>
` <script>
$(document).ready(function() {
timeline = new VMM.Timeline();
timeline.init("your_data.json");
});
</script>`
</script>`
## File Formats

Loading…
Cancel
Save