docs: update simple_client/README.md (#272)

specifiy -> specify
This commit is contained in:
Ikko Eltociear Ashimine
2025-02-07 09:53:50 +09:00
committed by GitHub
parent bf30fa3d4c
commit 9c1376bcc1

View File

@@ -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
```
```