eltociear commited on
Commit
9c1376b
·
unverified ·
1 Parent(s): bf30fa3

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

Browse files
Files changed (1) hide show
  1. examples/simple_client/README.md +2 -2
examples/simple_client/README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  A minimal client that sends observations to the server and prints the inference rate.
4
 
5
- You can specifiy which runtime environment to use using the `--env` flag. You can see the available options by running:
6
 
7
  ```bash
8
  uv run examples/simple_client/main.py --help
@@ -27,4 +27,4 @@ Terminal window 2:
27
 
28
  ```bash
29
  uv run scripts/serve_policy.py --env DROID
30
- ```
 
2
 
3
  A minimal client that sends observations to the server and prints the inference rate.
4
 
5
+ You can specify which runtime environment to use using the `--env` flag. You can see the available options by running:
6
 
7
  ```bash
8
  uv run examples/simple_client/main.py --help
 
27
 
28
  ```bash
29
  uv run scripts/serve_policy.py --env DROID
30
+ ```