From 6b24079c75f614498a13b7edb556b9799020fe1b Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 24 May 2015 11:13:01 -0700 Subject: [PATCH] Update README.md --- hyphenate/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" #\-)