From a3d9d8ed7376f0a07e892a2d9ffe67d2a815aee5 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 11 Apr 2017 12:58:48 +0200 Subject: [PATCH] doc: minor grammar fix in Installation section PR-URL: https://github.com/libuv/libuv/pull/1301 Reviewed-By: Colin Ihrig Reviewed-By: Santiago Gimeno --- docs/src/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.rst b/docs/src/index.rst index fa89c4bf..4ccb3392 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -46,7 +46,7 @@ libuv can be downloaded from `here `_. Installation ------------ -Installation instructions can be found on `the README `_. +Installation instructions can be found in `the README `_. Upgrading