Skip to content

Commit cb3419a

Browse files
authored
minor doc updates
1 parent 1a690a7 commit cb3419a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
3838
use Api2Pdf\Api2Pdf;
3939
```

0 commit comments

Comments
 (0)