From fc2d98a52d02533a819316ec86f929f5f5ae9d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Mon, 1 Apr 2024 09:56:48 +0200 Subject: [PATCH] docs: Typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HÄrek Andreassen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8886849..246a514 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A webapp built with Deno's [Fresh](https://fresh.deno.dev/) that generates public accessible RSS-feeds for their produced podcasts via their [API](https://psapi.nrk.no/documentation/). -## Local devlopment +## Local development 1. [Install Deno](https://deno.land/manual/getting_started/installation) 1. Run the app: `deno task start`