commit fd0a33718a0c8d7181f30b9508af79bef65806b3 parent e4a5a732d194a24b14aa08228aaf8f9c89835b36 Author: Jack Firth <jackhfirth@gmail.com> Date: Sat, 21 Feb 2015 01:37:11 -0800 Update README.md Diffstat:
| M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -2,7 +2,7 @@ doc-coverage [] ===================================================== A Racket package for inspecting and testing the number of documented exports of a module -# Examining module documentation information: +Examining module documentation information: ```racket > (module->all-exported-names 'racket/promise) @@ -21,7 +21,7 @@ A Racket package for inspecting and testing the number of documented exports of '(match-...-nesting) ``` -# Testing module documentation coverage +Testing module documentation coverage ```racket > (check-all-documented 'racket/base)