Skip to content

Commit

Permalink
Fix huge logo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
subeshb1 authored Jun 9, 2020
1 parent 52329b7 commit f729182
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<img src="./api-test.png" style="max-width: 100px; margin: 0 auto; display:block;">
<!-- <HEADER> // IGNORE IT -->
<p align="center">
<img src="./api-test.png" height="200px" alt="api-test log">

</p>

<h1 style="text-align:center;">
api-test
</h1>
<div align="center">
<h1>API testing framework for the terminal</h1>
</div>

A simple bash script to test JSON API from terminal in a structured and organized way.
<br />
<!-- </HEADER> // NOW BEGINS THE README -->

api-test is a simple bash script to test JSON API from terminal in a structured and organized way.

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

Expand Down

0 comments on commit f729182

Please sign in to comment.