diff --git a/hyphenate/README.md b/hyphenate/README.md index 0cbfdf02..3319878a 100644 --- a/hyphenate/README.md +++ b/hyphenate/README.md @@ -3,6 +3,6 @@ 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 like so: +Install from the command line like so: - raco pkg install git://github.com/mbutterick/hyphenate + raco pkg install hyphenate