about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2021-12-01 22:59:09 -0500
committerZach DeCook <zachdecook@librem.one>2021-12-01 22:59:09 -0500
commitbfe452bf99903f55356744b8cad3047e1385ee46 (patch)
tree40eb30623dbcef0e28fdd318d6ac0746ee1eab51 /README.md
parent0ca1f4a441d644b58fbca0cdc080c62e05960adb (diff)
downloadswipeGuess-bfe452bf99903f55356744b8cad3047e1385ee46.tar.gz
readme: add more info for map.tsv
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dd71711..5dfadda 100644
--- a/README.md
+++ b/README.md
@@ -41,10 +41,10 @@ ls $PATH | awk '{ print length, $0 }' | sort -nr | cut -d" " -f2- > binsSorted.t
 Smarter sorting would be keyboard-layout aware. mapscore.py can do that for you
 
 ```sh
-./mapScore.py map.txt <words.txt | sort -nr | cut -f2 > wordsSorted.txt
+./mapScore.py map.tsv <words.txt | sort -nr | cut -f2 > wordsSorted.txt
 ```
 
-map.txt uses tabs and newlines to create the grid-based layout.
+map.tsv uses tabs and newlines to create the grid-based layout. See `map.qwerty.simplegrid.tsv` for a sample of how to format this file.
 
 ### alternate formats