Skip to content

Commit 8078c0b

Browse files
author
N1ghteyes
committed
Readme adjustment
text adjustment.
1 parent a98fadd commit 8078c0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

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

11-
##load class
11+
load class
1212
$cpuapi = new cpaneluapi();
1313

14-
##Set the scope to the module we want to use. in this case, Mysql
14+
Set the scope to the module we want to use. in this case, Mysql
1515
$cpuapi->scope = 'Mysql';
1616

17-
##call the function we want like this. Any arguments are passed into the function as an array, in the form of param => value.
17+
call the function we want like this. Any arguments are passed into the function as an array, in the form of param => value.
1818
$cpuapi->get_restrictions();
1919

0 commit comments

Comments
 (0)