소스 검색

Update README.md

Daniel Gruno 5 년 전
부모
커밋
b11da1ee07
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -1,5 +1,4 @@
-# pypubsub
-PyPubSub - An asynchronous pubsub protocol written in Python 3
+### PyPubSub - An asynchronous pubsub protocol written in Python 3
 
 ## 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.