From f1f03e4378121ddfcef1f731db3c4a84f8e07b4d Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Wed, 23 Jan 2013 23:43:59 +0000 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbfbd747..b8a43796 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ simplicity by carefully selected list of features: [post.c](https://github.com/valenok/mongoose/blob/master/examples/post.c), [upload.c](https://github.com/valenok/mongoose/blob/master/examples/upload.c), [websocket.c](https://github.com/valenok/mongoose/blob/master/examples/websocket.c) -- `mg_download()` HTTP client functionality for embedded usage, capable to - send arbitrary HTTP or HTTPS requests +- HTTP client functionality for embedded usage, capable of + sending arbitrary HTTP/HTTPS requests - Extensive documentation in form of [User Manual](https://github.com/valenok/mongoose/blob/master/UserManual.md)