Skip to content

Commit f729182

Browse files
authored
Fix huge logo in readme
1 parent 52329b7 commit f729182

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
<img src="./api-test.png" style="max-width: 100px; margin: 0 auto; display:block;">
1+
<!-- <HEADER> // IGNORE IT -->
2+
<p align="center">
3+
<img src="./api-test.png" height="200px" alt="api-test log">
4+
5+
</p>
26

3-
<h1 style="text-align:center;">
4-
api-test
5-
</h1>
7+
<div align="center">
8+
<h1>API testing framework for the terminal</h1>
9+
</div>
610

7-
A simple bash script to test JSON API from terminal in a structured and organized way.
11+
<br />
12+
<!-- </HEADER> // NOW BEGINS THE README -->
13+
14+
api-test is a simple bash script to test JSON API from terminal in a structured and organized way.
815

916
![CI](https://github.com/subeshb1/api-test/workflows/CI/badge.svg)
1017

0 commit comments

Comments
 (0)