File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add this repository to your Composer file:
1818 "repositories": [
1919 {
2020 "type": "vcs",
21- "url": "https://github.com/api2pdf/api2pdf"
21+ "url": "https://github.com/api2pdf/api2pdf.php "
2222 }
2323 ],
2424```
@@ -29,11 +29,11 @@ Run the following from command line:
2929
3030## Usage without Composer
3131
32- Copy api2pdf.php directory to a sub-directory in your project, then add the following in the beginning of your PHP file:
32+ Copy the files in the ` src ` directory to a sub-directory in your project, then add the following in the beginning of your PHP file:
3333
3434```
35- require_once 'api2pdf.php/src /Api2Pdf.php';
36- require_once 'api2pdf.php/src /ApiResult.php';
35+ require_once 'your-own-directory /Api2Pdf.php';
36+ require_once 'your-own-directory /ApiResult.php';
3737
3838use Api2Pdf\Api2Pdf;
3939```
You can’t perform that action at this time.
0 commit comments