Skip to content

Commit

Permalink
oops, dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Peterson committed Mar 14, 2017
1 parent 6343322 commit 586eabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var r53 = NewDnsProvider("r53", "ROUTE53")
D("example.com", namecom, DnsProvider(r53),
A("@", "1.2.3.4"),
CNAME("www","@"),
MX("@",5,"mail.myserver.com"),
MX("@",5,"mail.myserver.com."),
A("test", "5.6.7.8")
)
```
Expand Down

0 comments on commit 586eabc

Please sign in to comment.