From 03d895b8dadc22cfbd4f9bc1a9084abc4bca64df Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 10 Feb 2014 16:37:05 -0800 Subject: [PATCH] update --- hyphenate/scribblings/hyphenate.scrbl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hyphenate/scribblings/hyphenate.scrbl b/hyphenate/scribblings/hyphenate.scrbl index 421dffb9..a1100149 100644 --- a/hyphenate/scribblings/hyphenate.scrbl +++ b/hyphenate/scribblings/hyphenate.scrbl @@ -14,11 +14,15 @@ A simple hyphenation engine that uses the Knuth–Liang hyphenation algorithm or I originally put together this module to handle hyphenation for my web-based book @link["http://practicaltypography.com"]{Butterick's Practical Typography} (which I made with @tech{Racket} & @tech{Scribble}). Though support for CSS-based hyphenation in web browsers is @link["http://caniuse.com/#search=hyphen"]{still iffy}, soft hyphens work reliably well. But putting them into the text manually is a drag. And thus a module was born. -@section{Installation} +@section{Installation & updates} At the command line: @verbatim{raco pkg install hyphenate} +After that, you can update the package from the command line: +@verbatim{raco pkg update hyphenate} + + @section{Interface} @defmodule[hyphenate]