From fcbd1ef245e129f2f3e2510cb7887b9d545392c1 Mon Sep 17 00:00:00 2001 From: Erisa A Date: Thu, 23 Sep 2021 21:44:40 +0100 Subject: [PATCH] Update link to Miniflare [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c96f31..bdcffda 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ For debugging, you either can use `wrangler preview`, though note you will need ## Running locally -If you want to run this locally (Not on Cloudflare), you can use [miniflare](https://github.com/mrbbot/miniflare): +If you want to run this locally (Not on Cloudflare), you can use [miniflare](https://github.com/cloudflare/miniflare): - `npm install -g miniflare` - `miniflare index.js -k kv -b WORKERLINKS_SECRET=putyoursecrethere`