Merge pull request #121 from pdehaan/patch-1

Update README.md
This commit is contained in:
Zach Leatherman 2022-06-29 09:35:25 -05:00 committed by GitHub
commit 7ab7366441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,25 +46,25 @@ 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