1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #645 from krumpt/master

Small typo in documentation on DNSMadeEasy
This commit is contained in:
Wesley Beary 2011-12-08 11:49:59 -08:00
commit 4940cf36ac

View file

@ -68,7 +68,7 @@ module Fog
# :dnsmadeeasy_secret_key in order to create a connection
#
# ==== Examples
# dns = Fog::DNSMadeEasy::DNS.new(
# dns = Fog::DNS::DNSMadeEasy.new(
# :dnsmadeeasy_api_key => your_dnsmadeeasy_api_key,
# :dnsmadeeasy_secret_key => your_dnsmadeeasy_secret_key
# )