Skip to content

Commit b15dc25

Browse files
authored
docs: Fix typo in v1 migration instructions (#307)
Signed-off-by: Thomas Vitale <[email protected]>
1 parent 4c7207b commit b15dc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v1_migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ New version:
3737
"options": {}, // conversion options
3838
"sources": [
3939
// input document provided as base64-encoded string
40-
{"kind": "kind", "base64_string": "abc123...", "filename": "file.pdf"},
40+
{"kind": "file", "base64_string": "abc123...", "filename": "file.pdf"},
4141
// input document provided as http urls
4242
{"kind": "http", "url": "https://..."},
4343
]

0 commit comments

Comments
 (0)