Skip to content

Commit

Permalink
Fix live example URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchirls committed Aug 1, 2022
1 parent c3e8f6e commit 17ea49a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Built-in support for the following device types:

## Examples

- [Simple Movement](http://localhost:1000/examples/simple.html) ([code](https://github.com/brianchirls/game-input/blob/main/examples/simple.ts))
- [Accessible Menu Navigation](http://localhost:1000/examples/menu.html) ([code](https://github.com/brianchirls/game-input/blob/main/examples/menu.ts))
- [Breakout Clone](http://localhost:1000/examples/breakout.html) ([code](https://github.com/brianchirls/game-input/blob/main/examples/breakout.ts))
- [Simple Movement](https://brianchirls.github.io/game-input/examples/simple.html) ([code](https://github.com/brianchirls/game-input/blob/main/examples/simple.ts))
- [Accessible Menu Navigation](https://brianchirls.github.io/game-input/examples/menu.html) ([code](https://github.com/brianchirls/game-input/blob/main/examples/menu.ts))
- [Breakout Clone](https://brianchirls.github.io/game-input/examples/breakout.html) ([code](https://github.com/brianchirls/game-input/blob/main/examples/breakout.ts))

## Installation

Expand Down

0 comments on commit 17ea49a

Please sign in to comment.