Skip to content

Commit dbfd6b6

Browse files
Updated README
Signed-off-by: Andriy Kalashnykov <[email protected]>
1 parent e611a7b commit dbfd6b6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,17 @@ docker exec -it mysql bash
2222
mysql -u root -p
2323
CREATE DATABASE hackernews;
2424
```
25-
finally run the server:
25+
26+
Run the server:
27+
2628
```bash
2729
make run
2830
```
29-
Now navigate to https://localhost:8080 you can see graphiql playground and query the graphql server.
31+
Navigate to https://localhost:8080 you can see graphiql playground and query the graphql server.
32+
33+
```bash
34+
xdg-open http://localhost:8080/
35+
```
3036

3137
#### createUser
3238

0 commit comments

Comments
 (0)