summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3aba62c..5614f2c 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,9 @@ zone_model = %PowerDNSex.Models.Zone{
# SHOW ZONE:
{:ok, zone} = PowerDNSex.show_zone("example.com")
+# SHOW ZONE without RRSets:
+{:ok, zone} = PowerDNSex.get_zone("example.com")
+
# DELETE ZONE:
res = PowerDNSex.delete_zone("example.com")
```