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)