From 7b9fc48e347d95cf1c9291a6ab106d0fba92b456 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 15 Jul 2022 14:57:29 -0500 Subject: [PATCH] Remove --watch from readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 744dde4..43b2c41 100644 --- a/README.md +++ b/README.md @@ -55,16 +55,10 @@ Or build and host locally for local development npx @11ty/eleventy --serve ``` -Or build automatically when a template changes: - -``` -npx @11ty/eleventy --watch -``` - Or in debug mode: ``` -DEBUG=* npx @11ty/eleventy +DEBUG=Eleventy* npx @11ty/eleventy ``` ### Implementation Notes