From d0eb179132c60a7c2513c9d19db03e3d5ca00c70 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sat, 3 Oct 2020 13:19:11 -0700 Subject: docs: end sentences with a period in markdown (#7813) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8e16beef4..2e485a365 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3