diff --git a/README.md b/README.md
index 48ce4d3ea83f51b9b94a6bd86b0deee4a8933d69..79bb1bb8980e194b9f550a7913e2116a7d5c4fba 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,10 @@ A Game Boy emulator that is written in Rust 🦀.
 
 ## Inspiration
 
+* [Game Boy Development community](https://gbdev.io/)
+* [Game Boy - Pandocs](https://gbdev.io/pandocs)
 * [GameBoy Emulation in JavaScript:](http://imrannazar.com/GameBoy-Emulation-in-JavaScript:-The-CPU)
-* [POKEGB: a gameboy emulator that only plays Pokémon blue](https://binji.github.io/posts/pokegb/)
+* [POKEGB: a gameboy emulator that only plays Pokémon blue](https://binji.github.io/posts/pokegb)
 
 ## License