Skip to content

Commit

Permalink
Merge pull request 99designs#535 from awiede/master
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
vektah authored Feb 9, 2019
2 parents 9ca587f + 4769cc4 commit c8a769e
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 c8a769e

Please sign in to comment.