Skip to content

Commit 4739161

Browse files
committed
Updates readme for v3
1 parent 658dc40 commit 4739161

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,15 @@ A minimal, modern, generic, hot-reloading local web server to help web developer
77
## [Documentation](https://www.11ty.dev/docs/watch-serve/#eleventy-dev-server)
88

99
- Please star [Eleventy on GitHub](https://github.com/11ty/eleventy/)!
10-
- Follow us on Twitter [@eleven_ty](https://twitter.com/eleven_ty)
11-
- Support [11ty on Open Collective](https://opencollective.com/11ty)
12-
- [11ty on npm](https://www.npmjs.com/org/11ty)
13-
- [11ty on GitHub](https://github.com/11ty)
14-
15-
[![npm Version](https://img.shields.io/npm/v/@11ty/eleventy-dev-server.svg?style=for-the-badge)](https://www.npmjs.com/package/@11ty/eleventy-dev-server)
10+
- [![npm Version](https://img.shields.io/npm/v/@11ty/eleventy-dev-server.svg?style=for-the-badge)](https://www.npmjs.com/package/@11ty/eleventy-dev-server)
1611

1712
## Installation
1813

19-
This is bundled with `@11ty/eleventy` (and you do not need to install it separately) in Eleventy v2.0.
14+
This is bundled with `@11ty/eleventy` (and you do not need to install it separately) in Eleventy v2.0 and newer.
2015

2116
## CLI
2217

23-
Eleventy Dev Server now also includes a CLI. The CLI is for **standalone** (non-Eleventy) use only: separate installation is unnecessary if you’re using this server with `@11ty/eleventy`.
18+
Eleventy Dev Server now also includes a CLI. The CLI is for **standalone** (non-Eleventy) use only: separate installation is _unnecessary_ if you’re using this server with `@11ty/eleventy`.
2419

2520
```sh
2621
npm install -g @11ty/eleventy-dev-server
@@ -57,4 +52,5 @@ npm run test
5752

5853
## Changelog
5954

60-
* `v2.0.0` bumps Node.js minimum to 18.
55+
- `v3.0.0` bumps Node.js minimum to 20, [`chokidar@4` drops support for globs in `watch` option](https://github.com/paulmillr/chokidar#upgrading)
56+
- `v2.0.0` bumps Node.js minimum to 18.

0 commit comments

Comments
 (0)