From b7eacbbc44eac85d6282374081d038fd29399c51 Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Tue, 17 Jan 2017 23:08:41 +0200 Subject: [PATCH] Simplified the description of what CppSharp does. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b37a300c..71861e3f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -CppSharp is a tool and set of libraries to turn existing native C/C++ libraries -into libraries that can be consumed by other languages (such as C#). +CppSharp is a tool and set of libraries which allows programmmers to use +C/C++ libraries with high-level programming languages (such as C#). It is a tool that takes C/C++ header and library files and generates the necessary glue to surface the native API as a managed API. Such an API can be