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

+ 1 - 1
README.md

@@ -53,7 +53,7 @@ To push an event to PyPubSub via Python, you can make use of the requests librar
 
 ~~~python
 import requests
-requests.put('http://localhost:2069/fruits/apples', json = {"applesort": "macintosh"})
+requests.put('http://localhost:2069/fruits/apples', json = {"cultivar": "macintosh"})
 ~~~
 
 ## Listening for events in PyPubSub via cURL