From ad43a53d618c6d76b6faf65be819565e8b995eb1 Mon Sep 17 00:00:00 2001 From: geemus Date: Sun, 13 Jun 2010 18:25:17 -0700 Subject: [PATCH] small readme tweaks --- README.rdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index d525a1054..645b8c3c0 100644 --- a/README.rdoc +++ b/README.rdoc @@ -84,11 +84,10 @@ Here is how you can lookup your reserved instances: >> AWS[:ec2].describe_reserved_instances # -It will return an excon response, which has #headers and #body. Both return nice hashes. +It will return an {excon}[http://github.com/geemus/excon] response, which has #headers and #body. Both return nice hashes. == Go forth and conquer -That should give you some stuff to try and places to look. Play around and use the console to explore or check out the {getting started guide}[http://wiki.github.com/geemus/fog/getting-started-with-fog] for more details. You should try out the (varying) support fog has for: