Skip to content

Commit a14d7d1

Browse files
author
davydovct
committed
update readme
1 parent 477b4ac commit a14d7d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ session_start();
3232
//require_once "vendor/autoload.php"; -- Composer
3333

3434
require_once "lib/Cleantalk.php";
35+
require_once "lib/CleantalkHelper.php";
3536
require_once "lib/CleantalkRequest.php";
3637

3738
use lib\Cleantalk;
@@ -116,6 +117,7 @@ session_start();
116117
//require_once "vendor/autoload.php"; -- Composer
117118

118119
require_once "lib/Cleantalk.php";
120+
require_once "lib/CleantalkHelper.php";
119121
require_once "lib/CleantalkRequest.php";
120122

121123
use lib\Cleantalk;

0 commit comments

Comments
 (0)