diff --git a/README.md b/README.md index 055453d..a0257a1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) 🈸 v # Tabular Data Viewer δΈ­ -[Tabular Data Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.tabular-data-viewer) provides fast [`DSV`](https://en.wikipedia.org/wiki/Delimiter-separated_values) data loading and custom Table Views πŸ€„ for very large (1-8 GB) `.csv`, `.tsv` and `.tab` data files with table, View, [D3FC](https://d3fc.io) Chart Views πŸ“ŠπŸ“ˆ, [Papa Parse](https://www.papaparse.com/) CSV parser, [NodeJS File Streams](https://nodejs.dev/learn/nodejs-streams) and [Worker threads](https://nodejs.org/api/worker_threads.html): +[Tabular Data Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.tabular-data-viewer) provides fast [`DSV`](https://en.wikipedia.org/wiki/Delimiter-separated_values) data loading and custom Table Views πŸ€„ for very large (1-8 GB) local and remote `.csv`, `.tsv` and `.tab` data files with table, View, [D3FC](https://d3fc.io) Chart Views πŸ“ŠπŸ“ˆ, [Papa Parse](https://www.papaparse.com/) CSV parser, [NodeJS File Streams](https://nodejs.dev/learn/nodejs-streams) and [Worker threads](https://nodejs.org/api/worker_threads.html): ![Tabular Data View δΈ­](https://github.com/RandomFractals/tabular-data-viewer/blob/main/docs/images/tabular-data-view.png?raw=true "Tabular Data View δΈ­") diff --git a/package.json b/package.json index de36381..e064e54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tabular-data-viewer", "displayName": "Tabular Data Viewer δΈ­", - "description": "Tabular Data Viewer provides fast DSV data loading and custom Table Views πŸ€„ for large .csv, .tsv and .tab data files with Tabulator Table, Perspective View, D3FC Chart Views πŸ“ŠπŸ“ˆ and Papa Parse CSV parser.", + "description": "Tabular Data Viewer provides fast DSV data loading and custom Table Views πŸ€„ for large local and remote .csv, .tsv and .tab data files with Tabulator Table, Perspective View, D3FC Chart Views πŸ“ŠπŸ“ˆ and Papa Parse CSV parser.", "version": "1.7.0", "engines": { "vscode": "^1.63.0"