From 70498ee7fe1604d1094d8c918d128d0f6c5f8dd3 Mon Sep 17 00:00:00 2001 From: Daguerreo Date: Thu, 9 Sep 2021 14:12:09 +0200 Subject: [PATCH] Fixed typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ce988e..953b84b 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Hovering and selection can be activated enabling the respective properties anchors.fill: parent model: treeModel - selectionEnable: true + selectionEnabled: true hoverEnabled: true } ``` @@ -93,7 +93,7 @@ TreeView support color styling for each part. Positioning can be customized with anchors.fill: parent model: treeModel - selectionEnable: true + selectionEnabled: true hoverEnabled: true color: "steelblue"