Browse Source

ns1 type-o correction in readme

/cc Fixes https://github.com/octodns/octodns/issues/1237 @stappersg
pull/1238/head
Ross McFarland 10 months ago
committed by GitHub
parent
commit
22f5de8783
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -84,7 +84,7 @@ providers:
directory: ./config
default_ttl: 3600
enforce_order: True
ns:
ns1:
class: octodns_ns1.Ns1Provider
api_key: env/NS1_API_KEY
route53:
@ -120,7 +120,7 @@ providers:
directory: ./config
default_ttl: 3600
enforce_order: True
ns:
ns1:
class: octodns_ns1.Ns1Provider
api_key: env/NS1_API_KEY
route53:


Loading…
Cancel
Save