summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-26 08:46:59 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-26 14:27:07 +0100
commit76d6e719d9545cdb95fb4473cc3899a1612cb996 (patch)
tree4b98bd382c6da5283840ffe437a6c541d06c5ccd /README.md
parent0d380a853f68be2537c6d9527e28a8a806ee1567 (diff)
downloadcurl-76d6e719d9545cdb95fb4473cc3899a1612cb996.tar.gz
docs: address proselint nits
- avoid exclamation marks - use consistent number of spaces after periods: one - avoid clichés - avoid using 'very' Closes #8060
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fcc75801e..364151f92 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ by reading [the INSTALL document](https://curl.se/docs/install.html).
libcurl is the library curl is using to do its job. It is readily available to
be used by your software. Read [the libcurl.3 man
-page](https://curl.se/libcurl/c/libcurl.html) to learn how!
+page](https://curl.se/libcurl/c/libcurl.html) to learn how.
You can find answers to the most frequent questions we get in [the FAQ
document](https://curl.se/docs/faq.html).
@@ -47,7 +47,7 @@ downloads.
## Git
-To download the very latest source from the Git server do this:
+To download the latest source from the Git server do this:
git clone https://github.com/curl/curl.git