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