From 537e0320f0424aee620e5fcd3d61e0166c810805 Mon Sep 17 00:00:00 2001 From: Kevin Whinnery Date: Mon, 27 Nov 2023 15:43:35 -0600 Subject: [PATCH] chore: Fix typo in README (#21354) Correct a small error in the recent README update. --------- Signed-off-by: Kevin Whinnery --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08aa08fe91..f05e94b89b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ deno run --allow-net server.ts This should start a local web server on [http://localhost:8000](http://localhost:8000). -Learm more about writing and running Deno programs +Learn more about writing and running Deno programs [in the docs](https://docs.deno.com/runtime/manual). ## Additional resources