Skip to content

Commit a86700a

Browse files
committed
typo
1 parent 684b001 commit a86700a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ record3.example.com. IN CNAME record1.example.com.
642642
record4.example.com. IN TXT "some text"
643643
$
644644

645-
$ cli4 --post file=@zone.txt /zones/:example.txt/dns_records/import
645+
$ cli4 --post file=@zone.txt /zones/:example.com/dns_records/import
646646
{
647647
"recs_added": 4,
648648
"total_records_parsed": 4

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ on API documentation for this feature.
709709
record4.example.com. IN TXT "some text"
710710
$
711711
712-
$ cli4 --post file=@zone.txt /zones/:example.txt/dns_records/import
712+
$ cli4 --post file=@zone.txt /zones/:example.com/dns_records/import
713713
{
714714
"recs_added": 4,
715715
"total_records_parsed": 4

0 commit comments

Comments
 (0)