From da33e865405358b79faa9a52bb0517940c9d60e8 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Fri, 21 Aug 2015 09:41:17 +0200 Subject: [PATCH] Somewhat improved language --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 52cf918..e9fa6aa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # libclangmm - An easy to use C++-wrapper for libclang # ## About ## -This is a highlevel wrapper for [libclang](http://www.llvm.org). It -provides highlevel C++11 access to complicated C code. +Provides C++ bindings and class structure to the [libclang](http://www.llvm.org) C library. ## Dependencies ## * libclang