Skip to content

Commit eb91f89

Browse files
authored
Merge pull request #3 from Syrok/patch-1
fixed a typo
2 parents a87d06a + 092f1e8 commit eb91f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ $docparser->getParsers();
8484

8585
The Docparser PHP SDK offers three different methods for importing your document.
8686

87-
All import methods allow you to pass a `$remodeId` with your document. The remote ID can be any arbitrary string with a maximum length of 255 characters. The submitted value will be kept throughout the processing and will be available later once you obtain the parsed data with our API or through Webhooks.
87+
All import methods allow you to pass a `$remoteId` with your document. The remote ID can be any arbitrary string with a maximum length of 255 characters. The submitted value will be kept throughout the processing and will be available later once you obtain the parsed data with our API or through Webhooks.
8888

8989
**Upload Document From Local File System**
9090

0 commit comments

Comments
 (0)