From 835b04f0fa9c2b175b70cbd966c7d95c2d534750 Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Thu, 28 Jun 2018 11:54:43 -0500 Subject: [PATCH] update link of csv editor --- docs/tablr-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tablr-api.md b/docs/tablr-api.md index b8ac410..156aceb 100644 --- a/docs/tablr-api.md +++ b/docs/tablr-api.md @@ -110,4 +110,4 @@ readFile(filePath, data => { Now our table editor can be modified and saved on disk at any time. -If you want to see a more concrete example, you can take a look to the [CSVEditor class](https://github.com/abe33/atom-tablr/blob/master/lib/csv-editor.coffee) and [its test suite](https://github.com/abe33/atom-tablr/blob/master/spec/csv-editor-spec.coffee). +If you want to see a more concrete example, you can take a look to the [CSVEditor class](https://github.com/abe33/atom-tablr/blob/master/lib/csv-editor.js) and [its test suite](https://github.com/abe33/atom-tablr/blob/master/spec/csv-editor-spec.coffee).