mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
small readme tweaks
This commit is contained in:
parent
3f2e6cf03a
commit
ad43a53d61
1 changed files with 1 additions and 2 deletions
|
@ -84,11 +84,10 @@ Here is how you can lookup your reserved instances:
|
|||
>> AWS[:ec2].describe_reserved_instances
|
||||
#<Excon::Response [...]>
|
||||
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue