From 59f09f8a87ddfc39156211481968f56f1e2c0de0 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 8 Aug 2018 11:35:07 -0700 Subject: [PATCH] Update README.md --- hyphenate/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hyphenate/README.md b/hyphenate/README.md index 8db78af6..da0a2b7b 100644 --- a/hyphenate/README.md +++ b/hyphenate/README.md @@ -6,8 +6,12 @@ Racket implementation of the Knuth–Liang hyphenation algorithm. Install from the command line like so: raco pkg install hyphenate + +Later, you an update like so: + + raco pkg update hyphenate -Then require it in your Racket file, in standard mode: +Import in standard mode: (require hyphenate)