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 de3f000 commit 658372fCopy full SHA for 658372f
README.md
@@ -176,8 +176,8 @@ require __DIR__ . '/vendor/autoload.php';
176
177
use JasperPHP\JasperPHP;
178
179
-$input = __DIR__ . '/vendor/dericktan/phpjasper/examples/hello_world.jrxml';
180
-$output = __DIR__ . '/vendor/dericktan/phpjasper/examples';
+$input = __DIR__ . '/vendor/geekcom/phpjasper/examples/hello_world.jrxml';
+$output = __DIR__ . '/vendor/geekcom/phpjasper/examples';
181
182
private $conn;
183
0 commit comments