From 249578f884ba8cc47d6264c177407d04a93d50ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Tue, 10 Dec 2019 14:28:47 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3c56a38b3f..5df74359da 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -CppSharp is a tool and set of libraries which allows programmers to use -C/C++ libraries with high-level programming languages (such as C#). +CppSharp is a tool and set of libraries which facilitates the usage of native C/C++ code +with the .NET ecosystem. -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 -used to consume an existing native library in your high-level code or add -scripting support to a native codebase. +It consumes C/C++ header and library files and generates the +necessary glue code to surface the native API as a managed API. Such an API can be +used to consume an existing native library in your managed code or add +managed scripting support to a native codebase. The supported target languages at present are C# and C++/CLI.