diff --git a/README.md b/README.md
index 43579cd2f3c91dd7dee0ff0d714c1ac47cd96acd..c17820c6132c192e2c9954387c5d1a771b87d850 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,14 @@
 
 gdpd is a Godot add-on for loading and processing Pure Data patches.
 
-# Using
+# Using gdpd
 
 In a script, 
 
-1. Initalize gdpd
+1. Initialize gdpd
 
 ```python
-onready var gdpd = load("res://addons/gdpd/bin/gdpd.gdns").new()
+onready var _gdpd = load("res://addons/gdpd/bin/gdpd.gdns").new()
 ```
 
 2. Initialize the audio inputs and outputs
@@ -62,7 +62,7 @@ func _process :
 For a full working example, open the Godot project in the demo folder.
 
 
-# Compiling
+# Compiling gdpd
 
 ## Compiling for GNU/Linux
 
@@ -85,9 +85,12 @@ For a full working example, open the Godot project in the demo folder.
 
 ## Compiling for Mac OSX
 
+todo
 
-## Compiling for Android (/ Oculus Quest)
+## Compiling for Android (/Quest)
 
+todo
 
 ## Compiling for the Web
 
+todo