diff --git a/README.md b/README.md
index b5ff54f..5a8bf84 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Space-Love
A space shooter written with [LÖVE❤](https://love2d.org/) in Lua.
-![sample](docs/sample.png)
+![sample](docs/sample_v0.3.png)
## Instructions
#### Menu
@@ -10,6 +10,8 @@ Use the arrow keys ↑ ↓ to navigate within menus
#### In-Game
Use the arrow keys ← ↑ → ↓ to navigate your ship. Press/Hold space to shoot.
+Press p to pause the game.
+
Press esc to quit.
## Used Libraries, Art Packs, Sounds
diff --git a/docs/sample.png b/docs/sample_v0.2.png
similarity index 100%
rename from docs/sample.png
rename to docs/sample_v0.2.png
diff --git a/docs/sample_v0.3.png b/docs/sample_v0.3.png
new file mode 100644
index 0000000..ab7445a
Binary files /dev/null and b/docs/sample_v0.3.png differ