Skip to content

Commit 1adfe21

Browse files
Small correction in examples
1 parent 8df6656 commit 1adfe21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/01-blog/graphql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// Test this using following command
3-
// php -S localhost:8080 ./index.php
3+
// php -S localhost:8080 ./graphql.php
44
require_once __DIR__ . '/../../vendor/autoload.php';
55

66
use \GraphQL\Examples\Blog\Types;

0 commit comments

Comments
 (0)