Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovct committed Nov 28, 2018
1 parent a6554c1 commit bac178f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ session_start();

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

use lib/Cleantalk;
use lib/CleantalkRequest;
use lib\Cleantalk;
use lib\CleantalkRequest;

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

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

use lib/Cleantalk;
use lib/CleantalkRequest;
use lib\Cleantalk;
use lib\CleantalkRequest;

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

0 comments on commit bac178f

Please sign in to comment.