Skip to content

Commit 32ae3f8

Browse files
Update docs/MIGRATION.md
Co-authored-by: Nick Winder <nfxdevelopment@gmail.com>
1 parent 8e58420 commit 32ae3f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async with httpx.AsyncClient() as http:
3131
result = await client.sign(pdf_bytes, {...})
3232
```
3333

34-
### 2. Most Methods Now Accept URLs (Passed to Server)
34+
### 2. Most Methods Now Accept URLs (Passed directly to DWS)
3535

3636
Good news! These methods now support URLs passed securely to the server:
3737
- `rotate()`, `split()`, `add_page()`, `duplicate_pages()`, `delete_pages()`

0 commit comments

Comments
 (0)