From 5ad23d5c07fe354dcb860b900e91dfad217c3544 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 20 Oct 2021 09:24:18 +0200 Subject: [PATCH] FAQ: polish the explanation of libcurl --- docs/FAQ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ b/docs/FAQ index 2a96951065..3e029ee870 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.