Browse Source

Update

pull/75/head
Zach Wise 13 years ago
parent
commit
19d60f40bb
  1. 7
      README.markdown

7
README.markdown

@ -16,8 +16,8 @@ JSON.
## Add it to your site
Place the embed code where you want the timeline to show in the `<body>` of your site.
` <!-- BEGIN Timeline Embed -->
<div id="timeline-embed"></div>
`<div id="timeline-embed"></div>
<script type="text/javascript">
var timeline_config = {
width: "100%",
@ -29,8 +29,7 @@ Place the embed code where you want the timeline to show in the `<body>` of your
js: 'path_to_js/timeline.js' //OPTIONAL
}
</script>
<script type="text/javascript" src="path_to_js/timeline-embed.js"></script>
<!-- END Timeline Embed -->`
<script type="text/javascript" src="path_to_js/timeline-embed.js"></script>`
## Options

Loading…
Cancel
Save