Update README.md

This commit is contained in:
2022-01-18 17:33:06 +01:00
parent 320a153918
commit 4512c2f97b

View File

@@ -6,7 +6,7 @@ API Wrapper for Froxlor.
```` ````
$froxlor = new \Envoyr\Froxlor\Server([ $froxlor = new \Envoyr\Froxlor\Server([
'host' => 'de-nue-dev.bitinflow.space', 'host' => 'https://froxlor.example.com',
'key' => '', 'key' => '',
'secret' => '' 'secret' => ''
]); ]);