diff --git a/README.md b/README.md index c16f7ee..10f3eca 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ import time import os while True: time.sleep(300) # Every 5 minutes - os.system("git pull" # Pull the changes from git + os.system("git pull") # Pull the changes from git ```