Bläddra i källkod

Add logo, tweak header

Daniel Gruno 5 år sedan
förälder
incheckning
2fcf88e8bc
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -1,4 +1,5 @@
-### PyPubSub - An asynchronous pubsub protocol written in Python 3
+## PyPubSub - An asynchronous pubsub protocol written in Python 3
+![PyPubSub Logo](pypubsub.svg)
 
 ## Introduction
 PyPubSub is a simple publisher/subscriber service, where clients can connect and either deliver a payload (in JSON format) or listen for specific payloads as a stream of events. It is written as an asynchronous Python service, and can handle thousands of connections at any given time on a single core. It utilizes the HTTP protocol and JSON for a simplistic delivery scheme.