From dae1a24bdcc66f2ac6cf9ad9ba7c7c88b9dec341 Mon Sep 17 00:00:00 2001 From: randhid <35934754+randhid@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:18:45 -0500 Subject: [PATCH] Remove mention of localhost in rdk readme (#4759) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9dfff979c..f7ffd391c40 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ If you have a bug or an idea, please open an issue [here](https://viam.atlassian * Build: `make server`. Then run `./bin//server [parameters]` * Run without building: `go run web/cmd/server/main.go [parameters]` -Example with a dummy configuration: `go run web/cmd/server/main.go -config etc/configs/fake.json`. Then visit http://localhost:8080 to access remote control. +Example with a dummy configuration: `go run web/cmd/server/main.go -config etc/configs/fake.json`. ### Examples * [CustomResources](https://pkg.go.dev/go.viam.com/rdk/examples/customresources) - example for creating custom resources.