Update README.md

This commit is contained in:
Florian Bouillon 2016-09-05 22:24:46 +00:00
parent 2660168405
commit 6031b0e0f9

View File

@ -1,12 +1 @@
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>
</code>
See Example.html to see