Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tablr-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).