Skip to content

Commit b7eacbb

Browse files
authored
Simplified the description of what CppSharp does.
1 parent dd814fe commit b7eacbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CppSharp is a tool and set of libraries to turn existing native C/C++ libraries
2-
into libraries that can be consumed by other languages (such as C#).
1+
CppSharp is a tool and set of libraries which allows programmmers to use
2+
C/C++ libraries with high-level programming languages (such as C#).
33

44
It is a tool that takes C/C++ header and library files and generates the
55
necessary glue to surface the native API as a managed API. Such an API can be

0 commit comments

Comments
 (0)