diff --git a/README.md b/README.md index fb7724c..4d90771 100644 --- a/README.md +++ b/README.md @@ -45,22 +45,22 @@ npm install ### 5. Run Eleventy ``` -npx eleventy +npx @11ty/eleventy ``` Or build and host locally for local development ``` -npx eleventy --serve +npx @11ty/eleventy --serve ``` Or build automatically when a template changes: ``` -npx eleventy --watch +npx @11ty/eleventy --watch ``` Or in debug mode: ``` -DEBUG=* npx eleventy +DEBUG=* npx @11ty/eleventy ``` ### Implementation Notes