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:
commit
4940cf36ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
# )
|
||||
|
|
Loading…
Reference in a new issue