Skip to content

Commit 441a9dd

Browse files
committed
Fix old pre-refactor info in README
1 parent 281ba33 commit 441a9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
KeyboardBattle is a simple program that compares the performance of keyboard layouts according to two metrics, reach effort (travel from the home row being increasingly effortful) and alternation effort (typing consecutive keys with a single hand being more effortful). For both, a lower value means less effort.
44

5-
The program comes with the QWERTY, Dvorak, and Colemak layouts. The format for a keyboard layout description file can be discerned from `lib/keyboards/*.txt`.
5+
The program comes with the QWERTY, Dvorak, and Colemak layouts. The format for a keyboard layout description file can be discerned from `lib/keyboard_battle/keyboards.rb`.
66

77
## Installation
88

99
$ gem install keyboard_battle
1010

1111
## Usage
1212

13-
E.g., `keyboard_battle my_text.txt`, or try `keyboard_battle --bundled`
13+
E.g., `keyboard_battle my_text.txt`, or try `keyboard_battle --bundled` to use some texts from The Internet Archive.
1414

1515
## Limitations and shortcomings
1616

0 commit comments

Comments
 (0)