Skip to content

Commit

Permalink
Fix for #129
Browse files Browse the repository at this point in the history
The project probably lives at https://github.com/eradman/entr/ - although I haven't verified it is actually the same.
  • Loading branch information
hlangeveld authored Dec 19, 2022
1 parent a810a56 commit 4a7174c
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,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

0 comments on commit 4a7174c

Please sign in to comment.