aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-04-11 12:58:48 +0200
committercjihrig <cjihrig@gmail.com>2017-04-11 10:45:40 -0400
commita3d9d8ed7376f0a07e892a2d9ffe67d2a815aee5 (patch)
tree8205b2a542e3df34e9122303c028148dfa98eaf8 /docs/src
parent5e5ac86a540be90479cd77a2e593174c21a380c0 (diff)
downloadlibuv-a3d9d8ed7376f0a07e892a2d9ffe67d2a815aee5.tar.gz
libuv-a3d9d8ed7376f0a07e892a2d9ffe67d2a815aee5.zip
doc: minor grammar fix in Installation section
PR-URL: https://github.com/libuv/libuv/pull/1301 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/index.rst2
1 files changed, 1 insertions, 1 deletions
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 <http://dist.libuv.org/dist/>`_.
Installation
------------
-Installation instructions can be found on `the README <https://github.com/libuv/libuv/blob/master/README.md>`_.
+Installation instructions can be found in `the README <https://github.com/libuv/libuv/blob/master/README.md>`_.
Upgrading