Skip to content

Commit

Permalink
Fixing stray asterisk and wording
Browse files Browse the repository at this point in the history
Fixes #180
  • Loading branch information
geek committed Sep 4, 2014
1 parent 671f141 commit 3763394
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 @@ -51,8 +51,8 @@ To use locally:
$ npm install --save-dev lab
```

By default, **lab** loads all the '*.js' files inside the local 'test' directory and executes the tests found. To start **lab** using
different directories or files, pass those as arguments:
By default, **lab** loads all the '\*.js' files inside the local 'test' directory and executes the tests found. To use different directories or files, pass the file or directories as arguments:

```bash
$ lab unit.js
```
Expand Down

0 comments on commit 3763394

Please sign in to comment.