We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febe4dc commit 9dddd84Copy full SHA for 9dddd84
README.md
@@ -99,7 +99,7 @@ How to use this repository
99
100
Or set all parameters individually:
101
```
102
-$conn = Metaregistrar\EPP\eppConnection();
+$conn = new Metaregistrar\EPP\eppConnection();
103
$conn->setHostname('ssl://eppltest1.metaregistrar.com'); // Hostname may vary depending on the registry selected
104
$conn->setPort(7000); // Port may vary depending on the registry selected
105
$conn->setUsername('xxxxxxxx');
0 commit comments