You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Step 1. [Download the latest release](https://github.com/tureki/php-closure-comp
35
35
Step 2. Include the library:
36
36
37
37
```php
38
-
require_once '[path to phpcc]/phpcc.class.php';
38
+
require_once '[path to phpcc]/phpcc.php';
39
39
```
40
40
41
41
@@ -45,9 +45,9 @@ require_once '[path to phpcc]/phpcc.class.php';
45
45
Download **phpcc** Library. and then require <code>phpcc.class.php</code> in your <code>.php</code> file. You can test <code>sample.php</code> in <code>samples</code> folder.
0 commit comments