Skip to content

Commit 44a4ecf

Browse files
authored
Update README.md
1 parent 1d54a1b commit 44a4ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ You can pass as many parameters as you want.
6767
`thm := new TapHoldManager()`
6868
`thm := new TapHoldManager(100, 200, 1, "$*")`
6969

70-
When specifying parameters, you can use `-1` to leave that parameter at it's default.
71-
For example, if you only wish to alter the `prefix` (3rd) parameter, you could omit (Or pass `-1`) the first three parameters.
70+
When specifying parameters, you can omit the parameter (or use `-1`) to leave that parameter at it's default.
71+
For example, if you only wish to alter the `prefix` (3rd) parameter, you could do:
7272
`thm := new TapHoldManager(-1, -1, -1, "$*")`
7373
Or
7474
`thm := new TapHoldManager(,,, "$*")`

0 commit comments

Comments
 (0)