Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit d34a52e

Browse files
committed
Updating non-require example to include reference to plugin.js.
1 parent 3b37468 commit d34a52e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ At a bare minimum, your markup structure should follow the above structure. You
105105

106106
<!-- Include dependencies -->
107107
<script src="zepto.min.js"></script>
108-
<script src="velocity.min.js"></script>
108+
<script src="/bower_components/mobify-velocity/dist/velocity.min.js"></script>
109+
<script src="/bower_components/plugin/dist/plugin.min.js"></script>
109110

110111
<!-- Include bellows.js -->
111112
<script src="bellows.min.js"></script>

0 commit comments

Comments
 (0)