We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df2a38 commit de3f000Copy full SHA for de3f000
README.md
@@ -176,8 +176,8 @@ require __DIR__ . '/vendor/autoload.php';
176
177
use JasperPHP\JasperPHP;
178
179
-$input = __DIR__ . '/vendor/geekcom/phpjasper/examples/hello_world.jrxml';
180
-$output = __DIR__ . '/vendor/geekcom/phpjasper/examples';
+$input = __DIR__ . '/vendor/dericktan/phpjasper/examples/hello_world.jrxml';
+$output = __DIR__ . '/vendor/dericktan/phpjasper/examples';
181
182
private $conn;
183
0 commit comments