Skip to content

Commit

Permalink
docs: bump the Change The Base Url example code for recent release ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
ryannikolaidis authored Nov 3, 2023
2 parents 9da8865 + b19f900 commit 0ab27cf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,13 @@ If you are self hosting the API, or developing locally, you can change the serve
# Using a local server
s = unstructured_client.UnstructuredClient(
server_url="http://localhost:8000",
security=shared.Security(
api_key_auth=api_key,
),
api_key_auth=api_key,
)

# Using your own server
s = unstructured_client.UnstructuredClient(
server_url="https://your-server",
security=shared.Security(
api_key_auth=api_key,
),
api_key_auth=api_key,
)
```

Expand Down

0 comments on commit 0ab27cf

Please sign in to comment.