From d7870b15a628c2845543f27513b9920ee76b8bf2 Mon Sep 17 00:00:00 2001 From: Bertola Lucas Date: Sun, 19 Oct 2014 14:44:11 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64f4842..281662c 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ It has no dependencies. ## Installation -Include `CoucheHttp.h` in your project , by loading it as usual: +Include `coucheHttp.h` in your project , by loading it as usual: ```c++ -#include "CoucheHttp.h" +#include "coucheHttp.h" ``` Linked `libws2_32.a` if you're on Windows.