Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ In case you missed the links above, here are a few demos showing the different w

Here is an example for all the options needed for *Standard*:

First ensure you have the proper HTML structure:
First ensure you have the proper HTML structure: <br />
`Download jquery.alton.js from assets`
```html
<head>
<script type="text/javascript" src="jquery.alton.js"></script>
</head>
```
```html
<body class="pageWrapper">
<section class="full">
Expand Down