Update README.md

This commit is contained in:
2016-09-05 22:23:41 +00:00
parent 4d52419ff3
commit 2660168405

View File

@ -1,11 +1,12 @@
Summon the code simply via : <body id="TicTacToe" onload="TicTacToe.Generate('TicTacToe')"></body>
Cleaner this is it
<code>
<span id="YourId"></span>
<script type="text\javascript" src="location/to/script.js">
TicTacToe.Generate("YourId");
</script>
</script>
</code>