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