Skip to content

Commit

Permalink
Merge pull request #326 from luto/patch-2
Browse files Browse the repository at this point in the history
fix URLs in README example
  • Loading branch information
alanjds authored May 9, 2024
2 parents b6585a4 + 59bdea4 commit 4b1350d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ It is not needed to add this library in your Django project's `settings.py` file

The desired URL signatures are:
```
/domain/ <- Domains list
/domain/{pk}/ <- One domain, from {pk}
/domain/{domain_pk}/nameservers/ <- Nameservers of domain from {domain_pk}
/domain/{domain_pk}/nameservers/{pk} <- Specific nameserver from {pk}, of domain from {domain_pk}
/domains/ <- Domains list
/domains/{pk}/ <- One domain, from {pk}
/domains/{domain_pk}/nameservers/ <- Nameservers of domain from {domain_pk}
/domains/{domain_pk}/nameservers/{pk} <- Specific nameserver from {pk}, of domain from {domain_pk}
```

How to do it (example):
Expand Down

0 comments on commit 4b1350d

Please sign in to comment.