docs(readme): improve link descriptions (#10083)

This commit is contained in:
Jesse Jackson 2021-04-09 02:29:48 -05:00 committed by GitHub
parent 94c666fc45
commit 40983a48b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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