From e3fb05251c8148910467baa20272b57e3329a6cf Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 10 Feb 2014 18:46:34 -0800 Subject: [PATCH] Update README.md --- hyphenate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyphenate/README.md b/hyphenate/README.md index a811ba9b..0cbfdf02 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: +It's not in the Racket package directory yet, so for now, install it from the command line like so: raco pkg install git://github.com/mbutterick/hyphenate