1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Fix a typo in README.md (#60)

This commit is contained in:
Igor Vuk
2017-03-26 22:37:04 +02:00
committed by Craig Peterson
parent 305f909449
commit eb3c1ab00f

View File

@ -50,7 +50,7 @@ D("example.com", namecom, DnsProvider(r53),
Running `dnscontrol preview` will talk to the providers (here name.com as registrar and route 53 as the dns host), and determine what changes need to be made.
Running `dnscontrol push` will make those changes with the provider and my dns records will be correclty updated.
Running `dnscontrol push` will make those changes with the provider and my dns records will be correctly updated.
See [Getting Started](https://stackexchange.github.io/dnscontrol/getting-started) page on documentation site.