diff --git a/scribblings/cs019.scrbl b/scribblings/cs019.scrbl index cba33c5..d8caf02 100644 --- a/scribblings/cs019.scrbl +++ b/scribblings/cs019.scrbl @@ -65,7 +65,7 @@ Run the following to create the @filepath{whalesong} launcher program in your current directory. @codeblock|{ #lang racket/base -(require (planet dyoo/whalesong:1:5/make-launcher)) +(require (planet dyoo/whalesong:1:6/make-launcher)) }| This may take a few minutes, as Racket is compiling Whalesong, its dependencies, and its documentation. When it finally finishes,