diff --git a/README.md b/README.md index ca9fea6..1210da8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Setup +# Run server + +* ```go run server.go``` + +# Changing the GraphQL schema * Edit ```./graph/schema.graphqls``` * Regenerate code: ```gqlgen generate``` * Implement callbacks in ```graph/schema.resolvers.go``` - -# Run server - -* ```go run server.go```