From 4171a3a5c2ca3a5b487c964f6962e57c33953535 Mon Sep 17 00:00:00 2001 From: shockerli Date: Wed, 24 Mar 2021 17:28:56 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++---- README_ZH.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cae6c06..6acb896 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,6 @@ cvt.Float("hello", 12.34) // 12.34 - Bool - BoolE - ColumnsE -- ColumnsFloat64E -- ColumnsInt64E -- ColumnsIntE -- ColumnsStringE - FieldE - Float32 - Float32E @@ -88,6 +84,10 @@ cvt.Float("hello", 12.34) // 12.34 - IntE - Slice - SliceE +- SliceIntE +- SliceInt64E +- SliceFloat64E +- SliceStringE - String - StringE - Time diff --git a/README_ZH.md b/README_ZH.md index cf6b60a..4dcb20c 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -66,10 +66,6 @@ cvt.Float("hello", 12.34) // 12.34 - Bool - BoolE - ColumnsE -- ColumnsFloat64E -- ColumnsInt64E -- ColumnsIntE -- ColumnsStringE - FieldE - Float32 - Float32E @@ -87,6 +83,10 @@ cvt.Float("hello", 12.34) // 12.34 - IntE - Slice - SliceE +- SliceIntE +- SliceInt64E +- SliceFloat64E +- SliceStringE - String - StringE - Time