chore: updated readme

This commit is contained in:
Anoop M D 2022-10-10 04:26:47 +05:30
parent a54d6fe6d7
commit 09c6feed98
3 changed files with 3 additions and 2 deletions

View File

@ -62,6 +62,7 @@ const Wrapper = styled.div`
justify-content: center; justify-content: center;
color: rgb(117 117 117); color: rgb(117 117 117);
position: relative; position: relative;
background-color: white;
top: -1px; top: -1px;
> div { > div {

View File

@ -118,7 +118,7 @@ const RequestTabs = () => {
</div> </div>
</li> </li>
) : null} ) : null}
<li className={`select-none short-tab ${showChevrons ? '' : 'ml-1'}`} onClick={createNewTab}> <li className="select-none short-tab" onClick={createNewTab}>
<div className="flex items-center"> <div className="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor" viewBox="0 0 16 16"> <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor" viewBox="0 0 16 16">
<path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/> <path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/>

View File

@ -4,7 +4,7 @@ Opensource API Client.
### Comparision with Similar tools ### Comparision with Similar tools
Bruno is at early stages of development, and does not yet have all the bells and whistles. Bruno is at early stages of development, and does not yet have all the bells and whistles.
But, here is a rundown of key areas where bruno is different from other similar tools out there. Here is a rundown of key areas where bruno is different from other similar tools out there.
| Feature | Bruno | Postman | Insomnia | Hoppscotch | | Feature | Bruno | Postman | Insomnia | Hoppscotch |
| ---------| ------| --------| ---------| ---------- | | ---------| ------| --------| ---------| ---------- |