From 4a7174c2803087881c5011d45b842be31c56fa52 Mon Sep 17 00:00:00 2001 From: Henk Langeveld Date: Mon, 19 Dec 2022 20:29:37 +0100 Subject: [PATCH] Fix for #129 The project probably lives at https://github.com/eradman/entr/ - although I haven't verified it is actually the same. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0331bfa..9a6aab8 100644 --- a/README.md +++ b/README.md @@ -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