forked from extern/bruno
chore: updated readme
This commit is contained in:
parent
a54d6fe6d7
commit
09c6feed98
@ -62,6 +62,7 @@ const Wrapper = styled.div`
|
||||
justify-content: center;
|
||||
color: rgb(117 117 117);
|
||||
position: relative;
|
||||
background-color: white;
|
||||
top: -1px;
|
||||
|
||||
> div {
|
||||
|
@ -118,7 +118,7 @@ const RequestTabs = () => {
|
||||
</div>
|
||||
</li>
|
||||
) : 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">
|
||||
<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"/>
|
||||
|
@ -4,7 +4,7 @@ Opensource API Client.
|
||||
### Comparision with Similar tools
|
||||
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 |
|
||||
| ---------| ------| --------| ---------| ---------- |
|
||||
|
Loading…
Reference in New Issue
Block a user