Skip to content

Commit bbe3924

Browse files
committed
Fix formatting of placeholder in README.md for custom URL
1 parent b45f171 commit bbe3924

File tree

1 file changed

+1
-1
lines changed
  • samples-v2/openai_agents/customer_service

1 file changed

+1
-1
lines changed

samples-v2/openai_agents/customer_service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python customer_service_client.py
2828
If your function app is running on a different host or port, you can specify a custom URL:
2929

3030
```bash
31-
python customer_service_client.py --start-url http://<app host URL>/api/orchestrators/customer_service
31+
python customer_service_client.py --start-url http://<app-host-URL>/api/orchestrators/customer_service
3232
```
3333

3434
The client will:

0 commit comments

Comments
 (0)