From 9c1376bcc1f02e1b5733657a4e4be9ae67e3d8cf Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 7 Feb 2025 09:53:50 +0900 Subject: [PATCH] docs: update simple_client/README.md (#272) specifiy -> specify --- examples/simple_client/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/simple_client/README.md b/examples/simple_client/README.md index c246752..bc381c1 100644 --- a/examples/simple_client/README.md +++ b/examples/simple_client/README.md @@ -2,7 +2,7 @@ A minimal client that sends observations to the server and prints the inference rate. -You can specifiy which runtime environment to use using the `--env` flag. You can see the available options by running: +You can specify which runtime environment to use using the `--env` flag. You can see the available options by running: ```bash uv run examples/simple_client/main.py --help @@ -27,4 +27,4 @@ Terminal window 2: ```bash uv run scripts/serve_policy.py --env DROID -``` \ No newline at end of file +```