Skip to content

Commit 2ef5862

Browse files
committed
parameter name change
1 parent 33cad89 commit 2ef5862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/keylab.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ keylab.setup({opts}) *keylab.setup()*
6060

6161
Parameters: ~
6262
{opts} Configurable variables are the following:
63-
LINES: The amount of lines you want the
63+
lines: The amount of lines you want the
6464
script to be to measure your speed.
6565
• correct_fg: The foreground color for
6666
correct text.
@@ -71,7 +71,7 @@ keylab.setup({opts}) *keylab.setup()*
7171

7272

7373
keylab.setup({
74-
LINES = 10,
74+
lines = 10,
7575
correct_fg = "#B8BB26",
7676
wrong_bg = "#FB4934"
7777
})

0 commit comments

Comments
 (0)