mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
docs(readme): improve link descriptions (#10083)
This commit is contained in:
parent
94c666fc45
commit
40983a48b6
1 changed files with 3 additions and 3 deletions
|
@ -80,10 +80,10 @@ for await (const req of s) {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
You can find a more in depth introduction, examples, and environment setup
|
You can find a deeper introduction, examples, and environment setup guides in
|
||||||
guides in the [manual](https://deno.land/manual).
|
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).
|
[documentation](https://doc.deno.land).
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
Loading…
Add table
Reference in a new issue