Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Nov 14, 2024
1 parent 136adb3 commit b141882
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ The `webxdc.js` lib also needs to be included in your `index.html`:
// you can use window.highscores here
</script>
</head>
<body>...</body>
<body>
...
</body>
</html>
```

Expand All @@ -58,7 +60,6 @@ Include webxdc-scores lib (together with `webxdc.js`) in your `index.html`:
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />

<script src="webxdc.js"></script>
<script src="./node_modules/@webxdc/highscores/dist/webxdc-scores.umd.js"></script>
</head>
Expand Down

0 comments on commit b141882

Please sign in to comment.