Skip to content

Commit 9dddd84

Browse files
committed
Fixed error in readme.md
1 parent febe4dc commit 9dddd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ How to use this repository
9999

100100
Or set all parameters individually:
101101
```
102-
$conn = Metaregistrar\EPP\eppConnection();
102+
$conn = new Metaregistrar\EPP\eppConnection();
103103
$conn->setHostname('ssl://eppltest1.metaregistrar.com'); // Hostname may vary depending on the registry selected
104104
$conn->setPort(7000); // Port may vary depending on the registry selected
105105
$conn->setUsername('xxxxxxxx');

0 commit comments

Comments
 (0)