about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--map.qwerty.simplegrid.tsv4
2 files changed, 6 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
 
diff --git a/map.qwerty.simplegrid.tsv b/map.qwerty.simplegrid.tsv
new file mode 100644
index 0000000..542ec1b
--- /dev/null
+++ b/map.qwerty.simplegrid.tsv
@@ -0,0 +1,4 @@
+q	w	e	r	t	y	u	i	o	p
+a	s	d	f	g	h	j	k	l	'
+	z	x	c	v	b	n	m
+		,			 		.