From b8cc659b07a894c412233b7233a45a7cd2f21fb0 Mon Sep 17 00:00:00 2001 From: Curtis Brandt Date: Tue, 4 Jul 2017 14:27:09 -0700 Subject: [PATCH] Fix typo in loading-data docs, update header ID. --- get_start/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_start/index.html b/get_start/index.html index 10a89b6..51e624f 100644 --- a/get_start/index.html +++ b/get_start/index.html @@ -193,7 +193,7 @@

Data Format

... ] -

The way to load you data

+

The way to load your data

If you have a csv, tsv file, you can use a csv converter to convert it to JSON format. Or using webpack to require your csv via dsv-loader

var data = require('dsv?delimiter=\t!./data/letter.tsv')