Skip to content

Commit 249578f

Browse files
authored
Update README.md
1 parent b15ca88 commit 249578f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
CppSharp is a tool and set of libraries which allows programmers to use
2-
C/C++ libraries with high-level programming languages (such as C#).
1+
CppSharp is a tool and set of libraries which facilitates the usage of native C/C++ code
2+
with the .NET ecosystem.
33

4-
It is a tool that takes C/C++ header and library files and generates the
5-
necessary glue to surface the native API as a managed API. Such an API can be
6-
used to consume an existing native library in your high-level code or add
7-
scripting support to a native codebase.
4+
It consumes C/C++ header and library files and generates the
5+
necessary glue code to surface the native API as a managed API. Such an API can be
6+
used to consume an existing native library in your managed code or add
7+
managed scripting support to a native codebase.
88

99
The supported target languages at present are C# and C++/CLI.
1010

0 commit comments

Comments
 (0)