forked from arsmn/fastgql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 99designs#535 from awiede/master
Fix typo in README
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |