From d40bceaa38fb830d56c2b47e74a28a5cdb9613aa Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sun, 5 Mar 2023 18:24:42 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a69addca..882a6cdf 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,5 @@ The following is the initial roadmap that we laid out before we started hacking ## Current Limitations - The request body currently supports only text and json input. File, Form-field and other inputs will be supported soon. -- The response body that can be currently visualized should be a text or json. We have plans to support more mime-types in near future. For example, is the response is a video, the user will be able to directly play that video in near future. +- The response body that can be currently visualized should be a text or json. We have plans to support more mime-types in near future. For example, if the response is a video, the user will be able to directly play that video in the tool in near future. - Due to time constraints we currently do not have collection persistence or export as it will require some more work and we will continue working on it.