diff --git a/README.md b/README.md index dedbdd5..74a0256 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ make da-server #### Run Avail Server ``` -go run . --addr=localhost --port=8000 --avail.rpc= --avail.seed="" --avail.appid= --avail.timeout=<(optional) Timeout> +./bin/avail-da-server --addr=localhost --port=8000 --avail.rpc= --avail.seed="" --avail.appid= --avail.timeout=<(optional) Timeout> ``` #### Run Tests