diff --git a/README.md b/README.md index 878a76e0..73b95a86 100755 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ file = open(filename, "rb") req = shared.PartitionParameters( # Note that this currently only supports a single file - files=shared.PartitionParametersFiles( + files=shared.Files( content=file.read(), - files=filename, + file_name=filename, ), # Other partition params strategy="fast", @@ -83,19 +83,10 @@ s = unstructured_client.UnstructuredClient( - - - - - - - - -