Skip to content

Commit 9db72d6

Browse files
authored
Update README.md
1 parent e7682da commit 9db72d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ For a complete list of locales see [Supported Locales](http://www.oracle.com/tec
225225

226226
```php
227227

228+
require __DIR__ . '/vendor/autoload.php';
229+
230+
use JasperPHP\JasperPHP;
231+
228232
$input = '/your_input_path/your_report.jasper or .jrxml';
229233
$output = '/your_output_path';
230234
$format = 'pdf';

0 commit comments

Comments
 (0)