weepy / o_O

Funnyface: HTML binding for teh lulz
http://weepy.github.com/o_O/
MIT License
149 stars 11 forks source link

examples/_random.html references o_O.js incorrectly #1

Closed dhm116 closed 12 years ago

dhm116 commented 12 years ago
<script src='../lib/o_O.js'></script>

should be:

<script src='../o_O.js'></script>
weepy commented 12 years ago

thanks - fixed.