summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Whinnery <kevin.whinnery@gmail.com>2023-11-27 15:43:35 -0600
committerGitHub <noreply@github.com>2023-11-27 21:43:35 +0000
commit537e0320f0424aee620e5fcd3d61e0166c810805 (patch)
tree6504faa9c772ce2bd1e41342fee6bb4cd2ec7ad6 /README.md
parent90141d06ef7f751dfc6ef3b27a3a72c1417a242e (diff)
chore: Fix typo in README (#21354)
Correct a small error in the recent README update. --------- Signed-off-by: Kevin Whinnery <kevin.whinnery@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08aa08fe9..f05e94b89 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