From 40983a48b6f34bcdd3dd5cd8ea24efc0410299f0 Mon Sep 17 00:00:00 2001 From: Jesse Jackson Date: Fri, 9 Apr 2021 02:29:48 -0500 Subject: [PATCH] docs(readme): improve link descriptions (#10083) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a35cfb136..f66a3bd853 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,10 @@ for await (const req of s) { } ``` -You can find a more in depth introduction, examples, and environment setup -guides in the [manual](https://deno.land/manual). +You can find a deeper introduction, examples, and environment setup guides in +the [manual](https://deno.land/manual). -More in-depth info can be found in the runtime +The complete API reference is available at the runtime [documentation](https://doc.deno.land). ### Contributing