diff options
author | Jesse Jackson <jsejcksn@users.noreply.github.com> | 2021-04-09 02:29:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 16:29:48 +0900 |
commit | 40983a48b6f34bcdd3dd5cd8ea24efc0410299f0 (patch) | |
tree | 1b704214315371feceb444be5a5562bed492809a /README.md | |
parent | 94c666fc454c3a6044c6db898839105e09b319a4 (diff) |
docs(readme): improve link descriptions (#10083)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |