diff --git a/README.md b/README.md index fe16569..c16f7ee 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ If you want your instance updated with all the new software constantly, please r import time import os while True: - time.sleep(300) # Every 5 minutes - os.system("git pull") # Pull the changes from git + time.sleep(300) # Every 5 minutes + os.system("git pull" # Pull the changes from git ```