From 777107e02813fbd1bed07133164f9e0c205a29c3 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 10 Feb 2014 16:49:02 -0800 Subject: [PATCH] Update README.md --- hyphenate/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hyphenate/README.md b/hyphenate/README.md index b90298d3..34ca2585 100644 --- a/hyphenate/README.md +++ b/hyphenate/README.md @@ -1 +1,8 @@ hyphenate +--------- + +Racket implementation of Knuth–Liang hyphenation algorithm. + +It's not in the Racket package directory yet, so for now, install it from the command line: + +raco pkg install git://github.com/mbutterick/hyphenate