Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 authored Nov 2, 2024
1 parent e840a0c commit ace29a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ task = tes.Task(
)

# create client
cli = tes.HTTPClient("https://funnel.example.com", timeout=5)
cli = tes.HTTPClient("https://tes.example.com", timeout=5)

# access endpoints
service_info = cli.get_service_info()
Expand Down

0 comments on commit ace29a9

Please sign in to comment.