From 9028987ab9974ccc9d12bb143a8685abad1f48f0 Mon Sep 17 00:00:00 2001
From: Joao Matos <joao@tritao.eu>
Date: Thu, 28 Jul 2016 13:14:17 +0100
Subject: [PATCH] Update readme as we now support std::string in C#.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 880d0a4d..22466f00 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ code or add scripting support to a native codebase.
  * Virtual table overriding support
  * Multiple inheritance support
  * Easily extensible semantics via user passes 
- * Work-in-progress support for STL (C++/CLI only)
+ * Support for C++ standard library types (work-in-progress)
  * Strongly-typed customization APIs and type maps
  * Default values of parameters (for target languages which support them)