diff --git a/.github/meshtastic_logo.png b/.github/meshtastic_logo.png
new file mode 100644
index 00000000..85621093
Binary files /dev/null and b/.github/meshtastic_logo.png differ
diff --git a/README.md b/README.md
index 6b623bb6..494c5197 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,10 @@
-# Meshtastic Python
+
+
+

+
+
Meshtastic Python
+
+
A Python library and client for use with Meshtastic devices.
[](https://codecov.io/gh/meshtastic/python)

@@ -7,17 +13,20 @@
[](https://opencollective.com/meshtastic/)

+
+
+
+
## Overview
-A Python client for use with Meshtastic devices.
This small library (and example application) provides an easy API for sending and receiving messages over mesh radios.
It also provides access to any of the operations/data available in the device user interface or the Android application.
Events are delivered using a publish-subscribe model, and you can subscribe to only the message types you are interested in.
-**[Getting Started Guide](https://meshtastic.org/docs/software/python/cli/installation)**
-
-**[API Documentation](https://python.meshtastic.org)**
-
## Call for Contributors
This library and CLI has gone without a consistent maintainer for a while, and there's many improvements that could be made. We're all volunteers here and help is extremely appreciated, whether in implementing your own needs or helping maintain the library and CLI in general.