--- a/README.markdown Sun May 27 16:04:34 2018 -0400
+++ b/README.markdown Sun May 27 16:11:10 2018 -0400
@@ -1,3 +1,26 @@
+Bobbin
+======
+
+```
+ .─────────────.
+ _.─' . `──.
+ ,─' . ( ) . '─.
+ ╱ ( ) ' ( ) ╲
+; . ' ooooo ' . :
+: ( ) ooooooo ( ) ;
+ ╲ ' . ooooo . ' ╱
+ ╲ ( ) . ( ) ╱
+ ,'─. ' ( ) ' ,─'.
+ ╱ `──. ' _.─' ╲
+; . `───────────' . :
+: ( ) lllllll ( ) ;
+ ╲ ' . lllllll . ' ╱
+ ╲ ( ) . ( ) ╱
+ '─. ' ( ) ' ,─'
+ `──. ' _.─'
+ `───────────'
+```
+
Bobbin is a simple (50 LOC) word-wrapping library for strings in Common Lisp.
It depends only on `split-sequence`.