Daniel Gruno 4 anni fa
parent
commit
d1fa561cde
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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")