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