aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0023869..a13115c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Refer to the [API Doc](https://phpipam.net/api-documentation/) for data layout.
```
import phpipam
-ipam = phpipam.phpipam("https://phpipam.example.com/", "myapp", "apiuser", "p4s5word")
+ipam = phpipam.PhpipamAPI("https://phpipam.example.com/", "myapp", "apiuser", "p4s5word")
```
Usage: