From b8363160a23ad7f9684c69ee9bc1cf659b7971db Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 2 May 2021 15:51:29 +0200 Subject: [PATCH] README: Update the reference to the documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d9079..aee5288 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ across the Racket code base. If you use Emacs with Racket Mode or DrRacket, you should be fine with default settings. When adding new code, please consider updating the Scribble -documentation `manual.scrbl` accordingly. I believe that good +documentation `typed-compose.scrbl` accordingly. I believe that good documentation is more important than good code, because with good docs you can at least know how to fix the whole thing.