We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f2e48b + 9f1b23d commit c64f12eCopy full SHA for c64f12e
README.md
@@ -32,7 +32,7 @@ yarn add unstructured-client
32
<!-- No SDK Installation -->
33
34
## SDK Example Usage
35
-Only the `files` parameter is required. See the [general partition]([General](docs/sdks/general/README.md)) page for all available parameters.
+Only the `files` parameter is required. See the [general partition](docs/sdks/general/README.md) page for all available parameters.
36
37
```typescript
38
import { UnstructuredClient } from "unstructured-client";
@@ -54,7 +54,7 @@ client.general.partition({
54
// Note that this currently only supports a single file
55
files: {
56
content: data,
57
- files: filename,
+ fileName: filename,
58
},
59
// Other partition params
60
strategy: "fast",
0 commit comments