center align img in readme

This commit is contained in:
Robert Zajac 2018-11-11 10:51:36 -05:00 committed by GitHub
parent eaafcae036
commit 42a71b3ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# py-libp2p
<img width="250" src="https://github.com/zixuanzh/py-libp2p/blob/master/assets/py-libp2p-logo.png?raw=true" alt="py-libp2p hex logo" />
<img width="250" align="middle" src="https://github.com/zixuanzh/py-libp2p/blob/master/assets/py-libp2p-logo.png?raw=true" alt="py-libp2p hex logo" />
## Development
@ -18,4 +18,4 @@ After installing our requirements (see above), you can:
```sh
cd tests
pytest
```
```