aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 985068d..e216806 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-# phpipam
+# phpipam-api
An incomplete phpIPAM API implementation in python.
Refer to the [API Doc](https://phpipam.net/api-documentation/) for data layout.
```
-import phpipam
+import phpipam_api
-ipam = phpipam.PhpipamAPI("https://phpipam.example.com/", "myapp", "apiuser", "p4s5word")
+ipam = phpipam_api.PhpipamAPI("https://phpipam.example.com/", "myapp", "apiuser", "p4s5word")
```
Usage: