From c4685ff11abc083f95855eea6a598e5de39a87f8 Mon Sep 17 00:00:00 2001
From: TheGreenBandit <106003542+TheGreenBandit@users.noreply.github.com>
Date: Sat, 29 Oct 2022 17:52:32 -0400
Subject: [PATCH] Update README.md (#538)

---
 README.md | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 1a0e06ed..17c13620 100644
--- a/README.md
+++ b/README.md
@@ -53,24 +53,19 @@ Generate project files:
 ```bash
 script.bat
 ```
-
 Now, you will be able to open the solution, and simply build it in Visual Studio.
 
 ## Staying Up To Date
 
-Pull the latest changes from Github:
-```bash
-git pull && git submodule update
-```
+Pull the latest changes from Github and regenerate project files:
 
 Make sure your Visual Studio is closed and regenerate project files:
 ```bash
-GenerateProjects.bat
+script.bat
 ```
 
 ## Project Structure
 
-- `api/` contains some basic example of how I'd make REST api calls
 - `backend/` all features that should be ran in a loop are in here sorted by category
 - `gui/` includes everything related to UI elements
 - `hooks/` function hooks