Update README.md

This commit is contained in:
Jack Firth 2015-02-21 01:37:11 -08:00
parent e4a5a732d1
commit fd0a33718a

View File

@ -2,7 +2,7 @@ doc-coverage [![Build Status](https://travis-ci.org/jackfirth/doc-coverage.svg)]
===================================================== =====================================================
A Racket package for inspecting and testing the number of documented exports of a module A Racket package for inspecting and testing the number of documented exports of a module
# Examining module documentation information: Examining module documentation information:
```racket ```racket
> (module->all-exported-names 'racket/promise) > (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) '(match-...-nesting)
``` ```
# Testing module documentation coverage Testing module documentation coverage
```racket ```racket
> (check-all-documented 'racket/base) > (check-all-documented 'racket/base)