diff --git a/example/selection/readme.md b/example/selection/readme.md index e8dc2e8e183..f37be6eb6a9 100644 --- a/example/selection/readme.md +++ b/example/selection/readme.md @@ -1,10 +1,10 @@ -### todo app +### selection app This is the simplest example of a graphql server. to run this server ```bash -go run ./example/todo/server/server.go +go run ./example/selection/server/server.go ``` -and open http://localhost:8081 in your browser +and open http://localhost:8086 in your browser