From 6e7b2dd708946ef403fa123026a5a16389c0a9d5 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Arnaud Date: Wed, 23 May 2018 17:55:33 +0200 Subject: [PATCH] update README with supported typed content --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28f5bd1..5606798 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ This library will support XML de/ser-ializing with all specific features. - [ ] Enum with complex types - [ ] Option - [x] String -- [ ] bool -- [ ] number (u8, i8, u32, i32, f32, f64) +- [x] bool +- [x] number (u8, i8, u32, i32, f32, f64) ## Decorators