From 131be255f641eb90a6a584d2dfaaf4ae90cfd60b Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 27 Dec 2020 16:04:34 +0100 Subject: naming scheme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.2.3