Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sviridov committed Oct 6, 2014
1 parent 82eac0f commit 6bc7e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ A test coverage library for [Emacs Lisp](http://www.gnu.org/software/emacs/manua
(depends-on "undercover"))
```

- Load your package with `undercover` function in `test/test-helper.el`:
- Before `load` or `require` your package in `test/test-helper.el`, call `undercover` with regular expression that will match package files:

```lisp
(require 'undercover)
(undercover "awesome.*el$") ; Regexp to match package files
(undercover "awesome.*el$")
(require 'awesome-package)
```

Expand Down

0 comments on commit 6bc7e8e

Please sign in to comment.