diff --git a/README.md b/README.md
index d1ca514..e7955f0 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
-A gravitational N-body simulator with ray-tracing and rigid body physics, made in C++ and OpenGL. For my highschool physics project.
+A gravitational N-body simulator with path-tracing and rigid body physics, made in C++ and OpenGL. For my highschool physics project.
@@ -15,15 +15,17 @@ A gravitational N-body simulator with ray-tracing and rigid body physics, made i
## Controls
**WASD** - camera movement\
-**Q** - Pause/resume simulation\
-**E** - Reverse time\
-**R/F** - Speed up/slow down simulation\
+**Q** - pause/resume simulation\
+**E** - reverse time\
+**R/F** - speed up/slow down simulation\
+**G** - toggle global illumination\
**Space/Left Shift** - camera up/down\
**Left Ctrl** - lock/unlock mouse\
**Mouse Scroll** - adjust camera speed\
**Left Click** - select\
**Double Left Click** - follow\
**Del** - delete selected particle\
+**X** - follow selected particle\
**F11** - enter/exit fullscreen\
**ESC** - exit