Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
Fix typo in README in selection example directory to point to the selection example, not the todo example.
  • Loading branch information
awiede authored and vektah committed Feb 9, 2019
1 parent fcacf20 commit 1b8b1ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/selection/readme.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1b8b1ea

Please sign in to comment.