diff options
author | Roj <rojserbest@gmail.com> | 2022-02-06 18:28:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 10:28:54 +0800 |
commit | 6b302bb71b6d9aab708b91f8d68957652ec30480 (patch) | |
tree | 37c1bb85177a6a9966f995915621d03537c55e72 | |
parent | d0287748fefd9eae71cb3d66caef724473525b28 (diff) | |
download | Nim-6b302bb71b6d9aab708b91f8d68957652ec30480.tar.gz |
Improve consistency (#19490)
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md index 6bc7a2385..7ff056a20 100644 --- a/readme.md +++ b/readme.md @@ -28,7 +28,7 @@ the latest release, check out [Nim's website][nim-site] or [bleeding edge docs]( is the official Telegram channel. Not bridged to IRC. * [Stack Overflow][nim-stackoverflow] - a popular Q/A site for programming related topics that includes posts about Nim. -* [Github Wiki][nim-wiki] - Misc user-contributed content. +* [GitHub Wiki][nim-wiki] - Misc user-contributed content. ## Compiling @@ -73,7 +73,7 @@ the installation instructions on the website to do so: https://nim-lang.org/inst For package maintainers: see [packaging guidelines](https://nim-lang.github.io/Nim/packaging.html). -First, get Nim from github: +First, get Nim from GitHub: ``` git clone https://github.com/nim-lang/Nim.git |