Skip to content

Commit 2e0ddbc

Browse files
author
N1ghteyes
committed
more readme changes
Messing with markdown
1 parent 8078c0b commit 2e0ddbc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ Usage
88

99
See the example files, but typical useage takes the form of:
1010

11-
load class
11+
```
12+
//load class
1213
$cpuapi = new cpaneluapi();
1314
14-
Set the scope to the module we want to use. in this case, Mysql
15+
//Set the scope to the module we want to use. in this case, Mysql
1516
$cpuapi->scope = 'Mysql';
1617
17-
call the function we want like this. Any arguments are passed into the function as an array, in the form of param => value.
18+
//call the function we want like this. Any arguments are passed into the function as an array, in the form of param => value.
1819
$cpuapi->get_restrictions();
19-
20+
```

0 commit comments

Comments
 (0)