From 9e38800eeb88eb4fe8643382e475c3a9a932b133 Mon Sep 17 00:00:00 2001 From: Jack Firth Date: Sat, 21 Feb 2015 11:19:06 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 930d42b..ad0c5ff 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,5 @@ params: (racket/match 0.99) Module racket/match does not document at least 99.0% of its bindings, only documents 96.42857142857143% -------------------- ``` + +To install, `run raco pkg install doc-coverage`. Then to use in a module, `(require doc-coverage)`.