Update README.md

main
Matthew Butterick 9 years ago
parent 99cf4dfb0d
commit 6b24079c75

@ -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" #\-)

Loading…
Cancel
Save