Daniel Gruno 5 лет назад
Родитель
Сommit
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
 ~~~python
 import requests
 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
 ## Listening for events in PyPubSub via cURL