From fae26cedad7ca91e9c9179b19d6043d7029fb9c3 Mon Sep 17 00:00:00 2001 From: Filippo Cucchetto Date: Wed, 31 Dec 2014 12:22:59 +0100 Subject: [PATCH] Update the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef87501..4370383 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For NimQml use the Nimble package manager: ## Supported features: * Creation of custom QObject and inject in a qml QtQuick view (both Nim and D) * Slot and Signal creation for the following types int, bool, string (both Nim and D) -* Creation of properties for databinding (Nim only. D implementation is ongoing) +* Creation of properties for databinding (both Nim and D)