Skip to content

Commit

Permalink
readme bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannikolaidis committed Nov 3, 2023
1 parent 9da8865 commit b19f900
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 b19f900

Please sign in to comment.