From 019e57b9d72f1d26a9941eb506cb90386ce686a3 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 27 Jan 2012 15:39:26 -0600 Subject: [PATCH] fix docs mistake --- collects/planet/planet.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/planet/planet.scrbl b/collects/planet/planet.scrbl index e8fc61c598..9ee6377718 100644 --- a/collects/planet/planet.scrbl +++ b/collects/planet/planet.scrbl @@ -751,10 +751,10 @@ though it had been downloaded from the PLaneT server with the given owner name and major and minor versions. After you run this command, you can require your package on your local machine using -@racket[(require (planet ( <.plt file name without path> )))] +@racket[(require (planet ( <.plt file name> )))] to verify everything works. After you do so, you can use -@commandline{raco planet remove <.plt file name without path> } +@commandline{raco planet remove <.plt file name> } to remove the test package from your local cache. (Not removing it is safe as long as you use the same name and version numbers the package will have on the PLaneT server; otherwise you may experience