diff --git a/README.md b/README.md index 90b29b8..4ee5490 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,14 @@ Just specify how long you want it to hold said action in seconds. I haven't test If you don't specify this for solid colors it will just tell it to go to that color and end. If you don't set it for blinking or patterns it goes on for 1000000 seconds (11.57 days, so essentially until the script gets stopped) +## Turning the flag off +Only specify the parameter `off` and it will turn off the flag + ## Examples `Run %A_AhkPath% "flag.ahk" "b" "red" "10"` `Run %A_AhkPath% "flag.ahk" "p" "police"` -`Run %A_AhkPath% "flag.ahk" "s" "magenta" "35"` \ No newline at end of file +`Run %A_AhkPath% "flag.ahk" "s" "magenta" "35"` + +`Run %A_AhkPath% "flag.ahk" "off"` \ No newline at end of file