Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
Full URL for hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 20, 2013
1 parent f1883ba commit 595e477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 595e477

Please sign in to comment.