diff --git a/README.md b/README.md index a15da7112..cbec5394e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ npm start This will start the GraphQL service (by default on localhost:4000) where you can issue GraphQL requests or access GraphQL Playground in the browser: -![GraphQL Playground](img/graphql-playground.png) +![GraphQL Playground](graphql-playground.png) ## Configure diff --git a/graphql-playground.png b/graphql-playground.png new file mode 100644 index 000000000..87f04d242 Binary files /dev/null and b/graphql-playground.png differ