diff --git a/hyphenate/README.md b/hyphenate/README.md index f139b188..dd2faeac 100644 --- a/hyphenate/README.md +++ b/hyphenate/README.md @@ -7,10 +7,18 @@ Install from the command line like so: raco pkg install hyphenate -Then require it in your Racket file: +Then require it in your Racket file, in standard mode: (require hyphenate) +In safe mode (with contracts): + + (require (submod hyphenate safe)) + +Or in typed mode: + + (require typed/hyphenate) + And enjoy: (hyphenate "Hyphenation algorithm" #\-)