Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #59 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
fixed optional column, thx for 0xflotus
  • Loading branch information
李聪 committed Oct 8, 2018
2 parents d7ac1ba + b7db74a commit 37c05d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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|
|---|---|
Expand Down Expand Up @@ -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
* 2018-08-07 [Function Optimization]: Refactoring code

0 comments on commit 37c05d2

Please sign in to comment.