From c4bbddc3537eeb9dcbdefef7e9f832e154dad7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20De=20Cuyper?= Date: Mon, 17 Oct 2016 20:55:28 +0200 Subject: [PATCH] Fix inconsistency in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62de8bba..4ec1ba6a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Watch all files below `src` and subdirectories for changes, running `make test` Call `make test` when any file changes in this directory/subdirectory, except for everything below `target`: - $ watchexec -i target make + $ watchexec -i target make test Call/restart `python server.py` when any Python file in the current directory (and all subdirectories) changes: