From b7db74a04cebf6dc0843f1cf5b4d8313c1e7277f Mon Sep 17 00:00:00 2001 From: 0xflotus <26602940+0xflotus@users.noreply.github.com> Date: Sun, 7 Oct 2018 19:58:58 +0200 Subject: [PATCH] fixed optional column --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92508a7..40db32f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You can load a CSV file into Curve. The CSV should have the following format * Second column is the value * Third column (optional) is the label. 0 for normal and 1 for abnormal. -The header of CSV is optinal, like `timestamp,value,label`. +The header of CSV is optional, like `timestamp,value,label`. Some examples of valid CSV @@ -52,7 +52,7 @@ Some examples of valid CSV |1476460860|2704.65|0| |1476460920|2700.05|0| -* Without the header and the label colum +* Without the header and the label column |1476460800|2566.35| |---|---| @@ -119,4 +119,4 @@ GitHub Oauth is supported, please put a configuration file into ```api/curve/aut > [Doc:Creating-An-Github-Oauth-App](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/) ### Change Log -* 2018-08-07 [Function Optimization]: Refactoring code \ No newline at end of file +* 2018-08-07 [Function Optimization]: Refactoring code