diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-10-20 09:24:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-10-20 09:24:18 +0200 |
commit | 5ad23d5c07fe354dcb860b900e91dfad217c3544 (patch) | |
tree | d93ce62eb42effa37f008a75ac244a6d07983398 /docs/FAQ | |
parent | 9fa1ce4e13a8b103cef962ed68a70bcdc646c875 (diff) | |
download | curl-5ad23d5c07fe354dcb860b900e91dfad217c3544.tar.gz |
FAQ: polish the explanation of libcurl
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -172,8 +172,8 @@ FAQ 1.2 What is libcurl? - libcurl is a reliable and portable library which provides you with an easy - interface to a range of common Internet protocols. + libcurl is a reliable and portable library for doing Internet data transfers + using one or more of its supported Internet protocols. You can use libcurl for free in your application, be it open source, commercial or closed-source. |