Skip to content

Commit 8715d66

Browse files
committed
adding readme
1 parent de55dbe commit 8715d66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $cloudlinux = new Cloudlinux('API Username', 'API Password');
3939
```php
4040
foreach ($cl->reconcile() as $license)
4141
echo $license['IP'] . ' is type ' . $license['TYPE'] . '. server registered in CLN with license: ' . var_export($license['REGISTERED'], true) . "\n";
42-
```;
42+
```
4343

4444
## License
4545

0 commit comments

Comments
 (0)