From 75df9a84c38e77ca52b81bf50aa32c5e8a4520a5 Mon Sep 17 00:00:00 2001 From: Steve Hoeksema Date: Wed, 28 Sep 2011 14:39:54 +1300 Subject: [PATCH] Corrected fog_host example to include protocol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c02a8d8d..34b35a57f 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,7 @@ This is *highly* recommended, as without it every request requires a lookup of this information. ``` ruby -config.fog_host = "c000000.cdn.rackspacecloud.com" +config.fog_host = "http://c000000.cdn.rackspacecloud.com" ``` The UK Rackspace Cloud doesn’t have the same auth server as the US Cloud.