diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2017-04-11 12:58:48 +0200 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2017-04-11 10:45:40 -0400 |
commit | a3d9d8ed7376f0a07e892a2d9ffe67d2a815aee5 (patch) | |
tree | 8205b2a542e3df34e9122303c028148dfa98eaf8 /docs/src | |
parent | 5e5ac86a540be90479cd77a2e593174c21a380c0 (diff) | |
download | libuv-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.rst | 2 |
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 |