diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2022-07-08 03:07:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 14:07:29 -0400 |
commit | f1635257cbabc683877619365f56deb92d4427a0 (patch) | |
tree | 9f792a80c6d51450c6c65734ee814429bd293a43 /docs/src | |
parent | 7ca20a2679a9d9bc840aa0fb138f32662779ffbf (diff) | |
download | libuv-f1635257cbabc683877619365f56deb92d4427a0.tar.gz libuv-f1635257cbabc683877619365f56deb92d4427a0.zip |
docs: update introduction.rst (#3664)
Github -> GitHub
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/guide/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/guide/introduction.rst b/docs/src/guide/introduction.rst index 819e9f75..91f0fa55 100644 --- a/docs/src/guide/introduction.rst +++ b/docs/src/guide/introduction.rst @@ -53,7 +53,7 @@ Code ---- All the example code and the source of the book is included as part of -the libuv_ project on Github. +the libuv_ project on GitHub. Clone or Download libuv_, then build it:: sh autogen.sh |