From 30698ffce4f5014a766b4e88b592b60951df2a2d Mon Sep 17 00:00:00 2001 From: Chinmay Date: Sat, 2 Mar 2024 20:52:27 +0530 Subject: [PATCH] Table format corrected --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 7907373d..6742de06 100644 --- a/README.md +++ b/README.md @@ -185,10 +185,7 @@ Here is the complete list of mimetypes that are syntax highlighted in API Dash: | `text/html` | `.html` | Only syntax highlighting, no web preview. | | `text/javascript` | `.js` | | | `text/markdown` | `.md` | | -| `text/csv` | `. -csv` | -Renders CSV in table format. - | +| `text/csv` | `.csv` | Renders CSV in tabular form | ## What's new in v0.3.0?