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 committed Feb 6, 2019
1 parent 8c0562c commit 7d39422
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 7d39422

Please sign in to comment.