diff --git a/Dumping-Games.md b/Dumping-Games.md
index 95cfb19..4d30b95 100644
--- a/Dumping-Games.md
+++ b/Dumping-Games.md
@@ -9,7 +9,7 @@
* Setup GodMode9 using the instructions [here](https://github.com/d0k3/GodMode9#quick-start-guide)
* Boot into GodMode9 by holding (START) and pressing (POWER)
-What you do next depends on whether you are dumping a physical or digital game.
+What you do next depends on what kind of game data you are dumping:
Physical
@@ -22,8 +22,46 @@ What you do next depends on whether you are dumping a physical or digital game.
* You can now use this game with Lime3DS. You can open it directly from the menu bar (File > Load File)
* or add a folder containing all of your dumps by double clicking the + icon in the main Lime3DS window or by double clicking on Add New Game Directory
+
+Digital
+* Press the (HOME) button and select Title manager by pressing (A).
+ * Select either [A:] SD CARD or [1:] NAND/TWL depending on what you want to dump.
+ * User Installed/eShop Titles: [A:] SD CARD
+* System Titles: [I:] NAND/TWL
+* Select the title you want to dump -> Manage Dump
+* Select Dump CXI/NDS file.
+* When the dump is complete, press (A) to continue
+* Hold down (R) and press (START) to power off your 3DS
+* Take out the SD Card and insert it into your computer
+* Navigate to the /gm9/out/ folder on your SD Card
+* Identify the title. The format of the file [may be one of the following](https://github.com/d0k3/GodMode9/blob/ebf904a2c2f0d992a58698d09dd78f593db441c9/source/game/gameutil.c#L1853)
+ * [Title Name]([Product Code])([Region]).cxi
+ * [Title ID]([Product Code]).cxi
+* Copy the CXI to a folder on your computer.
-## Diagnosing errors
-There was a error with dumping
-* Make sure you are using the latest version of [GodMode9](https://github.com/d0k3/GodMode9/releases/tag/v2.1.1)
\ No newline at end of file
+
+
+
+Updates/DLC
+
+## Potential errors
+If there was an issue when dumping games, please ensure that you are using the [latest version of GodMode9](https://github.com/d0k3/GodMode9/releases), as problems can occur with older versions.
\ No newline at end of file