Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tureki committed Jun 27, 2014
1 parent 3233bf3 commit b375b10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Step 1. [Download the latest release](https://github.com/tureki/php-closure-comp
Step 2. Include the library:

```php
require_once '[path to phpcc]/phpcc.class.php';
require_once '[path to phpcc]/phpcc.php';
```


Expand All @@ -45,9 +45,9 @@ require_once '[path to phpcc]/phpcc.class.php';
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.

```php
require '../src/phpcc.class.php';
require '../src/phpcc.php';

$phpcc = new PhpCc(array(
$phpcc = new tureki\PhpCc(array(
'java_file' => 'YOUR JAVA FILE PATH',
'jar_file' => '../src/compiler/compiler.jar',
'output_path' => './output/',
Expand Down

0 comments on commit b375b10

Please sign in to comment.