Daniel Gruno 4 лет назад
Родитель
Сommit
d1fa561cde
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -137,7 +137,7 @@ require 'net/http'
 require 'json'
 require 'thread'
 
-pubsub_URL = 'http://pubsub.apache.org:2069/'
+pubsub_URL = 'http://localhost:2069/'
 
 def do_stuff_with(event)
   print("Got a pubsub event!:\n")