From 6d4218c3af4555b26ab6f16feabd922856b60bef Mon Sep 17 00:00:00 2001 From: Lucas Diego Date: Thu, 23 Aug 2018 13:58:08 -0300 Subject: [PATCH] Update README.md (#1923) --- samples/libcurl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/libcurl/README.md b/samples/libcurl/README.md index 7f0d88002da..16f32b87482 100644 --- a/samples/libcurl/README.md +++ b/samples/libcurl/README.md @@ -1,6 +1,6 @@ # Curl interop library -This example shows how to build and publish an interop library to communicate with the lubcurl, +This example shows how to build and publish an interop library to communicate with the libcurl, HTTP/HTTPS/FTP/etc client library. Debian-like distros may need to `apt-get install libcurl4-openssl-dev`.