Skip to content

Commit 05ea971

Browse files
authored
fix typos in docs
1 parent 550a6b6 commit 05ea971

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ To use the merge endpoint, supply a list of urls to existing PDFs. The engine wi
206206
merge_result = a2p_client.PdfSharp.merge(links_to_pdfs, inline=True, file_name='test.pdf')
207207

208208
**Add bookmarks to existing PDF**
209-
url = 'https://link-to-pdf
209+
210+
url = 'https://link-to-pdf'
210211
bookmarks = [
211212
{ 'Page': 0, 'Title': 'Introduction' },
212213
{ 'Page': 1, 'Title': 'Second page' }
@@ -215,7 +216,7 @@ To use the merge endpoint, supply a list of urls to existing PDFs. The engine wi
215216

216217
**Add password to existing PDF**
217218

218-
url = 'https://link-to-pdf
219+
url = 'https://link-to-pdf'
219220
password = 'hello'
220221
response = a2p.PdfSharp.add_password(url, password)
221222

0 commit comments

Comments
 (0)