Update README.md

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

View File

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