diff --git a/README.md b/README.md index 3ac6e54..9080815 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Miniflare Example Project -This is an example [Cloudflare Workers](https://workers.cloudflare.com/) project that uses [Miniflare](https://github.com/cloudflare/miniflare) for local development, [TypeScript](https://www.typescriptlang.org/), [esbuild](https://github.com/evanw/esbuild) for bundling, and [Jest](https://jestjs.io/) for testing, using [Miniflare's custom Jest environment](https://v2.miniflare.dev/jest.html). +This is an example [Cloudflare Workers](https://workers.cloudflare.com/) project that uses [Miniflare](https://github.com/cloudflare/miniflare) for local development, [TypeScript](https://www.typescriptlang.org/), [esbuild](https://github.com/evanw/esbuild) for bundling, and [Jest](https://jestjs.io/) for testing, with [Miniflare's custom Jest environment](https://v2.miniflare.dev/jest.html). ```shell # Install dependencies