From bff4d74b9f440969c7d81218d45695ae054a42c2 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 11 Feb 2014 08:51:45 -0800 Subject: [PATCH] Update README.md --- hyphenate/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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