diff --git a/examples/hello_world.rb b/examples/hello_world.rb index 267677e..d3c8fb8 100755 --- a/examples/hello_world.rb +++ b/examples/hello_world.rb @@ -7,7 +7,7 @@ addr, port = '127.0.0.1', 1234 -puts "*** Starting server on #{addr}:#{port}" +puts "*** Starting server on http://#{addr}:#{port}" Reel::Server.run(addr, port) do |connection| # For keep-alive support connection.each_request do |request|