diff options
author | Yechiel Kalmenson <contact@yechiel.me> | 2019-09-26 15:37:24 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-26 23:28:10 +0200 |
commit | e32488f578094a1b338e97f0fadfba0682211e6d (patch) | |
tree | 93db84eaafbb3d0f01b9d0a3d4d7643633da47c4 /README.md | |
parent | 5f0b55ef22190184b910c9e2a84f7ebdb9e500a2 (diff) | |
download | curl-e32488f578094a1b338e97f0fadfba0682211e6d.tar.gz |
README: minor grammar fix
Closes #4431
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ 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.haxx.se/libcurl/c/libcurl.html) to learn how! -You find answers to the most frequent questions we get in [the FAQ +You can find answers to the most frequent questions we get in [the FAQ document](https://curl.haxx.se/docs/faq.html). Study [the COPYING file](https://curl.haxx.se/docs/copyright.html) for |