Skip to content

Commit 7b4e337

Browse files
authored
Fix README typo (#68)
Signed-off-by: Ze Gan <[email protected]>
1 parent 31dc105 commit 7b4e337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ If you want to use the ONNXInfer as the bandwidth estimator, you should specify
232232
PyInfer:
233233
```shell
234234
sudo docker run -d --rm -v `pwd`/examples/peerconnection/serverless/corpus:/app -w /app --name alphartc alphartc peerconnection_serverless_pyinfer receiver_pyinfer.json
235-
sudo docker exec alphartc sender_pyinfer sender.json
235+
sudo docker exec alphartc peerconnection_serverless_pyinfer sender_pyinfer.json
236236
```
237237

238238
ONNXInfer:

0 commit comments

Comments
 (0)