diff --git a/dumper/README.md b/dumper/README.md
index 6694499d3..db0a0522a 100644
--- a/dumper/README.md
+++ b/dumper/README.md
@@ -38,7 +38,7 @@ and subtracting it with the start address. (`0x98495000` - `0x92154000` = `0x634
Now that we have the memory selected, click file->new then paste, save as `il2cpp.so`.
-# using il2cppdumper
+# Using il2cppdumper
Take the dumped `il2cpp.so` and `global-metadata.dat` file, put together in a new folder + make a folder inside of that new folder called `output`.
@@ -57,3 +57,13 @@ After you enter the base address `il2cppdumper` will do its job and generate a d
+# Using Dll2SDK
+
+Now that we have generated all dummy dll's and il2cpp.h we can use dll2sdk to make a c++ sdk for the game :)
+
+
+
+Now simply run dll2sdk and it will create all of the c++ files you need!
+
+
+