diff options
| author | Kattni <kattni@adafruit.com> | 2018-12-28 16:19:18 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-28 16:19:18 -0600 |
| commit | 555da95cf5a29aa0439f80b5cbb5874f78bdcbdf (patch) | |
| tree | bf8379eb38d2ab489eb7bc39120a0bc0e4031f65 | |
| parent | 0757f548827c829c040bcbcea754c3545ec66237 (diff) | |
| parent | a48a08d3142da47f891b956044ba2fcc6217a22e (diff) | |
Merge pull request #1433 from adafruit/add-image-badge
Added header image and license badge
| -rw-r--r-- | README.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 65ad66262..13672b689 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,9 @@ Adafruit CircuitPython ====================== -|Build Status| |Doc Status| |Discord| +.. image:: https://github.com/adafruit/circuitpython/blob/master/logo/CircuitPython_Repo_header_logo.png + +|Build Status| |Doc Status| |License| |Discord| `Status <#status>`__ \| `Supported Boards <#supported-boards>`__ \| `Download <#download>`__ \| @@ -270,3 +272,5 @@ project. :target: http://circuitpython.readthedocs.io/ .. |Discord| image:: https://img.shields.io/discord/327254708534116352.svg :target: https://discord.gg/nBQh6qu +.. |License| image:: https://github.com/adafruit/circuitpython/blob/master/logo/license-MIT-brightgreen.svg + :target: https://opensource.org/licenses/MIT |
