Skip to content

Commit

Permalink
One more url to fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkadolph committed Sep 11, 2011
1 parent 8c60a04 commit 4295bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ parsepac http://cloud.github.com/downloads/samuelkadolph/ruby-pac/sample.pac htt
require "rubygems"
require "pac"

pac = PAC.load("https://github.com/downloads/samuelkadolph/ruby-pac/sample.pac")
pac = PAC.load("http://cloud.github.com/downloads/samuelkadolph/ruby-pac/sample.pac")
pac.find("https://github.com") # => "PROXY proxy:8080"
pac.find("http://ruby-lang.com") # => "PROXY proxy:8080; DIRECT"
pac.find("http://samuel.kadolph.com") # => "DIRECT"
Expand Down

0 comments on commit 4295bf8

Please sign in to comment.