From 8427252374e4e8608e665ba91d12c9c2f978a09d Mon Sep 17 00:00:00 2001 From: triton Date: Wed, 14 Aug 2013 00:40:26 +0100 Subject: [PATCH] Updated the readme. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 8556ec64..cac57128 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ -# CppSharp # - -## What does it do? - -This tool allows you to generate .NET bindings that wrap C/C++ code allowing interoperability with managed languages. This can be useful if you have an existing native codebase and want to add scripting support, or want to consume an existing native library in your managed code. +CppSharp is a library that allows you to generate .NET bindings that wrap C/C++ code allowing interoperability with managed languages. This can be useful if you have an existing native codebase and want to add scripting support, or want to consume an existing native library in your managed code. ## Getting started