diff --git a/docs/getting-started.md b/docs/getting-started.md index 2f3557a..6b1a0cf 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -106,7 +106,7 @@ echo json_encode($output); Our example is finished. Try it by running: ```sh -php -S localhost:8000 graphql.php +php -S localhost:8080 graphql.php curl http://localhost:8080 -d '{"query": "query { echo(message: \"Hello World\") }" }' ```