From 79d9f8db606e6e308efa744496a3dbc988e4751d Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Fri, 5 Sep 2014 13:49:34 +0500 Subject: [PATCH] Update README.md [ci skip] --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3dd44e..f4e781f 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ [![Licence](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE) ## Documentation -[API](http://moteus.github.com/lcurl) +[API](http://moteus.github.com/lcurl)
+Also library provide `lcurl.cURL` compatibility module for [Lua-cURL](http://msva.github.io/lua-curl) binding. ## Why one more curl binding -Existing [lua-curl](http://msva.github.io/lua-curl) binding has several problems: +Existing [Lua-cURL](http://msva.github.io/lua-curl) binding has several problems: * it can not return error codes but just raise Lua errors * it raise Lua error from callback that may result resource leak in libcurl