Skip to content

Commit a484c1e

Browse files
authored
fix doc typos
1 parent 56141c2 commit a484c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,13 @@ To use the merge endpoint, supply a list of urls to existing PDFs. The engine wi
226226
[ "Page" => 0, "Title" => "Introduction" ],
227227
[ "Page" => 1, "Title" => "Second page" ]
228228
];
229-
$bookmarkResult = $apiClient->pdfsharpMerge($linkToPdf, $bookmarks)
229+
$bookmarkResult = $apiClient->pdfsharpAddBookmarks($linkToPdf, $bookmarks)
230230

231231
**Add password to existing PDF**
232232

233233
$linkToPdf = 'https://LINK-TO-PDF';
234234
$userpassword = 'hello';
235-
$bookmarkResult = $apiClient->pdfsharpMerge($linkToPdf, $userpassword)
235+
$bookmarkResult = $apiClient->pdfsharpAddPassword($linkToPdf, $userpassword)
236236

237237
---
238238

0 commit comments

Comments
 (0)