Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Then to run your tests:
shpec [shpec_files]
```

If you'd like your tests to run automatically when they change, we recommend the [entr](
http://entrproject.org/) utility:
If you'd like your tests to run automatically when they change, we suggest a utility like [entr](
https://github.com/eradman/entr/):

```bash
find . -name "*_shpec.sh" | entr shpec
Expand Down