We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de55dbe commit 8715d66Copy full SHA for 8715d66
1 file changed
README.md
@@ -39,7 +39,7 @@ $cloudlinux = new Cloudlinux('API Username', 'API Password');
39
```php
40
foreach ($cl->reconcile() as $license)
41
echo $license['IP'] . ' is type ' . $license['TYPE'] . '. server registered in CLN with license: ' . var_export($license['REGISTERED'], true) . "\n";
42
-```;
+```
43
44
## License
45
0 commit comments