Skip to content

Commit df6d79e

Browse files
author
marburger93
committed
Update README.md
1 parent 1471697 commit df6d79e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
### SinusBot API PHP-Class
22
<blockquote><h4><em>PHP-Class for the SinusBot (http://sinusbot.com)</em></h4></blockquote>
33
<br />
4-
#### Fuctions:
4+
#### Example: Connect
55
<pre>
66
include("sinusbot.class.php");
77
$sinusbot = new SinusBot("127.0.0.1", 8087);
88
$sinusbot->login("admin", "foobar");
9+
</pre>
10+
<br />
11+
#### Fuctions:
12+
<pre>
913
$sinusbot->login($username, $password)
1014
$sinusbot->getFiles()
1115
$sinusbot->getRadioStations($search)

0 commit comments

Comments
 (0)