From f94c3f1dc9107b57e17e273edfda2d622dd64b21 Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 21 Jan 2020 23:45:21 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d3b79..085b82b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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++ single-file header-only cross platform HTTP/HTTPS library. +A C++11 single-file header-only cross platform HTTP/HTTPS library. It's extremely easy to setup. Just include **httplib.h** file in your code!