fix: revert README changes

This commit is contained in:
DenserMeerkat
2024-08-26 19:33:32 +05:30
parent 799579261d
commit fd205f8421

View File

@ -112,7 +112,7 @@ API Dash can be downloaded from the links below:
API Dash currently supports API integration code generation for the following languages/libraries.
| Language | Library | Comment/Issues |
| ---------------------- | ----------------- | -------------- |
| ---------------------- | ------------- | ------- |
| cURL | | |
| HAR | | |
| C | `libcurl` | |
@ -151,7 +151,7 @@ API Dash is a next-gen API client that supports exploring, testing & previewing
Here is the complete list of MIME types that can be directly previewed in API Dash:
| File Type | Mimetype | Extension | Comment |
| --------- | -------------------------- | ----------------- | --------------- |
| --------- | -------------------------- | ----------------- | -------- |
| PDF | `application/pdf` | `.pdf` | |
| Video | `video/mp4` | `.mp4` | |
| Video | `video/webm` | `.webm` | |
@ -201,7 +201,7 @@ We are adding support for other MIME types with each release. But, if you are lo
Here is the complete list of MIME types that are syntax highlighted in API Dash:
| Mimetype | Extension | Comment |
| ------------------ | --------- | ------------------------------------------------------------------------------------------------------------------- |
| ------------------ | --------- | ------------------------------------------------------------------------------------------------------------------ |
| `application/json` | `.json` | Other MIME types like `application/geo+json`, `application/vcard+json` that are based on `json` are also supported. |
| `application/xml` | `.xml` | Other MIME types like `application/xhtml+xml`, `application/vcard+xml` that are based on `xml` are also supported. |
| `text/xml` | `.xml` | |