diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2020-10-03 13:19:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 07:19:11 +1100 |
commit | d0eb179132c60a7c2513c9d19db03e3d5ca00c70 (patch) | |
tree | 627339e0dc2212ed861184d46b6af31605224d24 /README.md | |
parent | 391eed42f41bd277fff936192b474bfd52eaa1a0 (diff) |
docs: end sentences with a period in markdown (#7813)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,7 +16,7 @@ Deno is a _simple_, _modern_ and _secure_ runtime for **JavaScript** and - Built-in utilities like a dependency inspector (deno info) and a code formatter (deno fmt). - Set of reviewed standard modules that are guaranteed to work with - [Deno](https://deno.land/std/) + [Deno](https://deno.land/std/). ### Install @@ -76,14 +76,14 @@ 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). -More in-depth info can be found in the runtime [documentation](doc.deno.land) +More in-depth info can be found in the runtime [documentation](doc.deno.land). ### Contributing We appreciate your help! To contribute, please read the our -[guidelines](https://github.com/denoland/deno/blob/master/docs/contributing/style_guide.md) +[guidelines](https://github.com/denoland/deno/blob/master/docs/contributing/style_guide.md). [Build Status - Cirrus]: https://github.com/denoland/deno/workflows/ci/badge.svg?branch=master&event=push [Build status]: https://github.com/denoland/deno/actions |