aboutsummaryrefslogtreecommitdiff
path: root/Documentation/QuickStart.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/QuickStart.md')
-rw-r--r--Documentation/QuickStart.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/QuickStart.md b/Documentation/QuickStart.md
index b73a59f..03e7d17 100644
--- a/Documentation/QuickStart.md
+++ b/Documentation/QuickStart.md
@@ -187,8 +187,8 @@ Take these steps for your project (just like above):
3. Open the **Visual Studio solution**.
4. Verify that the build scripts are listed in the **Programs/Automation** directory
5. **Build** the **AutomationTool** project.
-6. **Build** the **your project** in the **Development** configuration.
-7. **Build and run** the **your project** in the **Development Editor** configuration.
+6. **Build your project** in the **Development** configuration.
+7. **Build and run your project** in the **Development Editor** configuration.
### Custom Game Instance
For discovering mod packages and tracking overrides, we need a place to create and store the UGCRegistry Class. We do this in a custom **GameInstance** Class, as GameInstance gets created early enough that mod packages can become available before the first UE4 Level is on the screen, but late enough that all content plugin packages have been mounted and are ready for use.