diff options
author | Kevin Whinnery <kevin.whinnery@gmail.com> | 2023-11-27 15:43:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 21:43:35 +0000 |
commit | 537e0320f0424aee620e5fcd3d61e0166c810805 (patch) | |
tree | 6504faa9c772ce2bd1e41342fee6bb4cd2ec7ad6 /README.md | |
parent | 90141d06ef7f751dfc6ef3b27a3a72c1417a242e (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |