aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--examples/skhdrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a4ddf41..4f916dc 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ keycode = 'apple keyboard kVK_<Key> values (0x3C)'
proc_map_lst = * <proc_map>
-proc_map = <string> ':' <command> | <string> ':' '~' |
+proc_map = <string> ':' <command> | <string> '~' |
'*' ':' <command> | '*' '~'
string = '"' 'sequence of characters' '"'
diff --git a/examples/skhdrc b/examples/skhdrc
index e68433c..747ccf7 100644
--- a/examples/skhdrc
+++ b/examples/skhdrc
@@ -23,7 +23,7 @@
#
# proc_map_lst = * <proc_map>
#
-# proc_map = <string> ':' <command> | <string> ':' '~' |
+# proc_map = <string> ':' <command> | <string> '~' |
# '*' ':' <command> | '*' '~'
#
# string = '"' 'sequence of characters' '"'