Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Aug 27, 2017
1 parent 684b001 commit a86700a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ record3.example.com. IN CNAME record1.example.com.
record4.example.com. IN TXT "some text"
$

$ cli4 --post file=@zone.txt /zones/:example.txt/dns_records/import
$ cli4 --post file=@zone.txt /zones/:example.com/dns_records/import
{
"recs_added": 4,
"total_records_parsed": 4
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ on API documentation for this feature.
record4.example.com. IN TXT "some text"
$
$ cli4 --post file=@zone.txt /zones/:example.txt/dns_records/import
$ cli4 --post file=@zone.txt /zones/:example.com/dns_records/import
{
"recs_added": 4,
"total_records_parsed": 4
Expand Down

0 comments on commit a86700a

Please sign in to comment.