Skip to content

Commit

Permalink
Fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherOneAckap committed Sep 17, 2013
1 parent 6fa1895 commit d2ff73f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Then astrotools library itself:

<script type="text/javascript" src="js/astrotools.js"></script>

And do not forget css file ( which you can customize )

<head>
...
<link rel="stylesheet" href="css/astrotools.css" />
...
</head>

After document is loaded, you can configure and start Astrotools just like this

<script type="text/javascript">
Expand All @@ -24,6 +32,7 @@ After document is loaded, you can configure and start Astrotools just like this
});
</script>


Startup options
===============

Expand Down

0 comments on commit d2ff73f

Please sign in to comment.