From c58fee0df1ed91dfd7ab68fcb5a392a8c188feab Mon Sep 17 00:00:00 2001 From: Dmitry Samoylov Date: Thu, 6 Feb 2020 15:55:38 +0700 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f19bda8..17b5806 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This library will support XML de/ser-ializing with all specific features. - [x] **attribute**: this field is defined as an attribute - [x] **default**: defines the default function to init the field -- [ ] **flatten**: Flatten the contents of the field +- [x] **flatten**: Flatten the contents of the field - [x] **namespace**: defines the namespace of the field - [x] **rename**: be able to rename a field - [x] **root**: rename the based element. Used only at the XML root.