Skip to content

Commit

Permalink
Center the bandit logo in readme (#823)
Browse files Browse the repository at this point in the history
Minor nit change to center the logo in the readme for more visual
appeal.

Signed-off-by: Eric Brown <browne@vmware.com>
  • Loading branch information
ericwb committed Feb 27, 2022
1 parent a65ae17 commit d8c7e3c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.. image:: https://github.com/PyCQA/bandit/blob/main/logo/logotype-sm.png
:alt: Bandit
.. raw:: html

<p align="center">
<img src="https://raw.githubusercontent.com/pycqa/bandit/main/logo/logotype-sm.png" alt="Bandit">
</p>

======

Expand Down

0 comments on commit d8c7e3c

Please sign in to comment.