diff --git a/guipull.py b/guipull.py index 39300c7..e0e3ae7 100644 --- a/guipull.py +++ b/guipull.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 ## PySimpleGUI installing instructions: -## Run one if these commands: +## Run one of these commands: ## - py -m pip install pysimplegui ## - pip install pysimplegui ## - pip3 install pysimplegui