# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1527451474 14400
# Node ID 03cbb60ca153c5315cd237eeb824042514232a77
# Parent  3f9040eb223f60be73580a5871991ba1c3896de2
Clarify

diff -r 3f9040eb223f -r 03cbb60ca153 README.markdown
--- a/README.markdown	Sun May 27 16:00:53 2018 -0400
+++ b/README.markdown	Sun May 27 16:04:34 2018 -0400
@@ -1,6 +1,10 @@
 Bobbin is a simple (50 LOC) word-wrapping library for strings in Common Lisp.
 It depends only on `split-sequence`.
 
+It aims to be simple, work nicely for the majority of cases, and degrade
+gracefully for edge cases.  It is not particularly concerned with speed — if you
+need very high-performance word wrapping Bobbin is not for you.
+
 * **License:** MIT
 * **Documentation:** <http://github.com/sjl/bobbin/> (this `README`)
 * **Mercurial:** <http://bitbucket.org/sjl/bobbin/>
@@ -25,9 +29,6 @@
 Philosophy
 ----------
 
-Bobbin is about fifty lines of code.  It aims to be simple, work well most of
-the time, and fail gracefully for edge cases.
-
 Bobbin will try to break lines at whitespace.  It will only break a word in the
 middle if there's no other choice.  It does not try to hyphenate, or parse
 hyphenation: