From 47baec1a46b715e5901f849b49f72b1261b7477b Mon Sep 17 00:00:00 2001 From: Kyle Rames Date: Mon, 8 Apr 2013 16:23:44 -0500 Subject: [PATCH] Added pointers to provider specific documentation to README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55d8b71a3..7f1cdbc08 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,8 @@ It will return an [excon](http://github.com/geemus/excon) response, which has `b ## Go forth and conquer -Play around and use the console to explore or check out [fog.io](http://fog.io) for more details and examples. -Once you are ready to start scripting fog, here is a quick hint on how to make connections without the command line thing to help you. +Play around and use the console to explore or check out [fog.io](http://fog.io) and the [provider documentation](http://fog.io/about/provider_documentation.html) +for more details and examples. Once you are ready to start scripting fog, here is a quick hint on how to make connections without the command line thing to help you. # create a compute connection compute = Fog::Compute.new(:provider => 'AWS', :aws_access_key_id => ACCESS_KEY_ID, :aws_secret_access_key => SECRET_ACCESS_KEY) @@ -128,7 +128,8 @@ geemus says: "That should give you everything you need to get started, but let m ## Additional Resources -[fog.io](http://fog.io) +* [fog.io](http://fog.io) +* [Provider Documentation](http://fog.io/about/provider_documentation.html) ## Copyright