Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robb0wen committed May 20, 2019
1 parent 23cda26 commit abc0196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Any watched function will be automatically run whenever any of the associated pr
To see a further example of usage, view the demo site at https://tornis.robbowen.digital

## Legacy script usage
Copy the file `/dist/tornis.js` to your project and include it with a script tag
Copy the file `/dist/tornis.js` to your project and include it with a script tag. If you are supporting legacy browsers, you can use the transpiled ES5 version, `/dist/tornis.es5.js`.

``` html
<script src="path/to/tornis.js"></script>
Expand Down

0 comments on commit abc0196

Please sign in to comment.