From 0637549e90b8419c37e6a94b60e1f4dfb0858e58 Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Mon, 3 Oct 2022 00:13:51 +0200 Subject: [PATCH] remove compatibility box --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index b79becd..74e220b 100644 --- a/README.md +++ b/README.md @@ -180,21 +180,7 @@ Key | Type | Description ## Setup ---- -### ❗️ Compatibility ❗️ - -CLI Tool | Router --------- | ------ -[wrangler2](https://github.com/cloudflare/wrangler2#readme) | Use `v2.x.x` or later. -[@cloudflare/wrangler](https://github.com/cloudflare/wrangler#readme) | Use `v1.x.x`, [here](https://github.com/tsndr/cloudflare-worker-router/tree/legacy#readme). - -See [Migration from v1.x.x to v2.x.x](https://github.com/tsndr/cloudflare-worker-router/blob/main/MIGRATION.md#migration-guide) if you want to update. - ---- - -### **[Wrangler2](https://github.com/cloudflare/wrangler2#readme)** - -Please follow Cloudflare's [Get started guide](https://developers.cloudflare.com/workers/get-started/guide/), then install the router using this command +Please follow Cloudflare's [Get started guide](https://developers.cloudflare.com/workers/get-started/guide/) to install wrangler, then install the router using this command: ```bash npm i -D @tsndr/cloudflare-worker-router