From 2d30c593404d9e52b8ba2c2a8b8fd8c634f7f020 Mon Sep 17 00:00:00 2001 From: yhirose Date: Wed, 24 Jul 2019 01:22:06 -0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 762f080..ea9b723 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ cpp-httplib [![Build Status](https://travis-ci.org/yhirose/cpp-httplib.svg?branch=master)](https://travis-ci.org/yhirose/cpp-httplib) [![Bulid Status](https://ci.appveyor.com/api/projects/status/github/yhirose/cpp-httplib?branch=master&svg=true)](https://ci.appveyor.com/project/yhirose/cpp-httplib) -A C++ header-only cross platform HTTP/HTTPS library. +A C++ single-file header-only cross platform HTTP/HTTPS library. It's extremely easy to setup. Just include **httplib.h** file in your code!