diff --git a/README.md b/README.md index da29886..61152ac 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ # This Site -``` This is a fan website for the original 3 Pokémon games, Pokémon Red/Blue/Yellow. -This site was made by Azenris and was just a simple test to try some react & webdev out. -See disclaimer. -``` +This site was made by Azenris and was just a simple test to try some typescript, react and webdev out. +I also wanted to test the github actions and use the github-pages. ### Disclaimer -``` Pokémon © 2002-2023 Pokémon. © 1995-2023 Nintendo/Creatures Inc./GAME FREAK inc. TM, ® and Pokémon character names are trademarks of Nintendo. -No copyright or trademark infringement is intended. -``` \ No newline at end of file +No copyright or trademark infringement is intended. \ No newline at end of file diff --git a/package.json b/package.json index 8bf95fd..a2f00aa 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "webdev-pokemon", + "homepage": "https://Azenris.github.io/webdev-pokemon/", "private": true, "version": "0.0.0", "type": "module",