From f0000b407a4dd70c0816c72a20423638d52473cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Tue, 21 Jun 2022 01:10:22 +0100
Subject: [PATCH] docs: new inspiration entries

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 48ce4d3e..79bb1bb8 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
 
-- 
GitLab