Skip to content

Commit bac178f

Browse files
author
davydovct
committed
fix readme
1 parent a6554c1 commit bac178f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ session_start();
3131

3232
require_once (dirname(__FILE__) . 'autoload.php');
3333

34-
use lib/Cleantalk;
35-
use lib/CleantalkRequest;
34+
use lib\Cleantalk;
35+
use lib\CleantalkRequest;
3636

3737
// Take params from config
3838
$config_url = 'http://moderate.cleantalk.org/api2.0/';
@@ -112,8 +112,8 @@ session_start();
112112

113113
require_once (dirname(__FILE__) . 'autoload.php');
114114

115-
use lib/Cleantalk;
116-
use lib/CleantalkRequest;
115+
use lib\Cleantalk;
116+
use lib\CleantalkRequest;
117117

118118
// Take params from config
119119
$config_url = 'http://moderate.cleantalk.org/api2.0/';

0 commit comments

Comments
 (0)