Skip to content

Commit c4b41da

Browse files
committed
Fix link to demo example in README
1 parent 76a24bc commit c4b41da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const nextMoveResult = game.playMove(1); // Red Token placed at row: 0, column 1
4242

4343
### Full Example
4444

45-
For a full example of how to use the library, check out out the [manual test in ths repository](tests/manual) which is a four-in-a-row [HTML5 Canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) game.
45+
For a full example of how to use the library, check out out the [demo example](demo) which is a four-in-a-row [HTML5 Canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) game.
4646

4747
## Public API
4848

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "four-in-a-row",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Four-In-A Row game logic library. No need to write the logic for the game yourself",
55
"type": "module",
66
"exports": "./src/index.js",

0 commit comments

Comments
 (0)