diff --git a/Readme.md b/Readme.md index c60b6df..332666e 100644 --- a/Readme.md +++ b/Readme.md @@ -63,7 +63,9 @@ elif sys.argv[1]=="b": else: print("Wrong command!!!") - + print("To turn on the LED please type: ./led.py on") + print("To turn off the LED please type: ./led.py off") + print("To make the LED blink please type: ./led.py b") print("Script done") ``` Después de esto se guarda el archivo y se le dan permisos de ejecución con el comando: