Skip to content

Commit

Permalink
Fix a semi-colon instead of a coma
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisTM authored and yoannmoinet committed Sep 13, 2019
1 parent d7b93b5 commit efaf725
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 @@ -155,7 +155,7 @@ The dom element in which all your joysticks will be injected.
<script type="text/javascript" src="./nipplejs.js"></script>
<script type="text/javascript">
var options = {
zone: document.getElementById('zone_joystick');
zone: document.getElementById('zone_joystick'),
};
var manager = nipplejs.create(options);
</script>
Expand Down

0 comments on commit efaf725

Please sign in to comment.