Commit d7f2c5c56795e2bfd4312b3dd74163e6137cb96b

Sam Pullara 2013-02-07T08:17:39

Reducing the lines of code from 1 million to 1 thousand

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.markdown b/README.markdown
index 073a446..19982f6 100644
--- a/README.markdown
+++ b/README.markdown
@@ -7,7 +7,7 @@ MongoDB, and Android.
 * Experimental multi-line editing mode.
 * History handling.
 * Completion.
-* Under 1000k of BSD license source code.
+* Under 1,000 lines of BSD license source code.
 
 ## Can a line editing library be 20k lines of code?