Skip to content

Commit

Permalink
πŸ“ docs: fix logo image alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoub3bidi authored Oct 8, 2023
1 parent 6629a25 commit 692c0cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mercury
<center>
<img src="./src/assets/mercury-logo.png"/> <br>
<p align="center">
<img src="./src/assets/mercury-logo.png"/> <br/>
A simple FastApi template.
</center>
</p>

## Main purpose of this project
Mercury provide you a simple and reliable boilerplate that anyone can use from beginners to experts (no deep bullsh*t).
Expand Down Expand Up @@ -73,4 +73,4 @@ CREATE TABLE IF NOT EXISTS public.test (
name VARCHAR(200)
);
-- This is an example where we create a test table. The new file name will be "V1.3__add_test_table"
```
```

0 comments on commit 692c0cd

Please sign in to comment.