From 65d8a707d85b4a42d413eb9c03af0a79d1e56426 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Sun, 22 Jan 2023 02:41:31 +0530 Subject: [PATCH] chore: updated readme --- readme.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/readme.md b/readme.md index d3927c9e4..5a2aa5a02 100644 --- a/readme.md +++ b/readme.md @@ -5,23 +5,7 @@ Opensource IDE for exploring and testing api's. ### Bring Your Own Version Control ✨ Bruno is built from the ground up with the Local-first paradigm in mind. This allows developers to directly store there collections on top of their local filesystem. The collections are mirrored as folders and files on the filesystem. -![bruno](assets/images/local-collections.png) - -### Comparision with Similar tools ⚖️ -Bruno is at early stages of development, and does not yet have all the bells and whistles. -Here is a rundown of key areas where bruno is different from similar tools out there. - -| Feature | Bruno | Postman | Insomnia | Hoppscotch | -| ---------| ------| --------| ---------| ---------- | -| Open source Client | ✔️ | ✖️ | ✔️ | ✔️ | -| Open source Sync Server | ✔️ | ✖️ | ✖️ | ✖️ | -| Local (Filesystem) Collections | ✔️ | ✖️ | ✖️ | ✖️ | -| Chrome Extension | ✔️ | ✖️ | ✖️ | ✖️ | -| Run using Docker | ✔️ | ✖️ | ✖️ | ✔️ | -| Desktop App | ✔️ | ✔️ | ✔️ | ✖️ | -| Run in Browser | ✔️ | ✔️ | ✖️ | ✔️ | -| Multi Tab Requests | ✔️ | ✔️ | ✖️ | ✖️ | - + ### Contribute 👩‍💻🧑‍💻 I am happy that you are looking to improve bruno. Please checkout the [contributing guide](contributing.md)