summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-20 09:24:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-20 09:24:18 +0200
commit5ad23d5c07fe354dcb860b900e91dfad217c3544 (patch)
treed93ce62eb42effa37f008a75ac244a6d07983398
parent9fa1ce4e13a8b103cef962ed68a70bcdc646c875 (diff)
downloadcurl-5ad23d5c07fe354dcb860b900e91dfad217c3544.tar.gz
FAQ: polish the explanation of libcurl
-rw-r--r--docs/FAQ4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 2a9695106..3e029ee87 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -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.