diff --git a/examples/01-blog/README.md b/examples/01-blog/README.md index 73a6a81..18142ad 100644 --- a/examples/01-blog/README.md +++ b/examples/01-blog/README.md @@ -3,7 +3,7 @@ Simple yet full-featured example of GraphQL API. Models simple blog with Stories ### Run locally ``` -php -S localhost:8080 ./index.php +php -S localhost:8080 ./graphql.php ``` ### Test if GraphQL is running diff --git a/examples/01-blog/index.php b/examples/01-blog/graphql.php similarity index 100% rename from examples/01-blog/index.php rename to examples/01-blog/graphql.php