diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,9 +21,9 @@ </footer> </main> <script type="module"> - import { WordSearch } from './js/wordsearch.js'; + import { Game } from './js/wordsearch.js'; - const game = new WordSearch({ + const game = new Game({ container: 'gameboard', words: ['Bangkok', 'Hong Kong', 'London', 'Macau', 'Istanbul', 'Dubai', 'Mecca', 'Antalya', 'Paris', 'Kuala Lumpur'], }); |
