Skip to content

Commit 0447d62

Browse files
annieechenlorensr
authored andcommitted
Fix link in README (#1)
1 parent 9389f1b commit 0447d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GraphQL/REST API Demo
22

3-
A demo of what an equivalent REST API and GraphQL interface look like. This code is used in the first chapter of the forthcoming [The GraphQL Guide](https://graphql.guide/) by [John Resig](https://johnresig/) and [Loren Sands-Ramshaw](http://lorensr.me/).
3+
A demo of what an equivalent REST API and GraphQL interface look like. This code is used in the first chapter of the forthcoming [The GraphQL Guide](https://graphql.guide/) by [John Resig](https://johnresig.com/) and [Loren Sands-Ramshaw](http://lorensr.me/).
44

55
## Installation
66

@@ -52,4 +52,4 @@ You can access the GraphQL data by opening your browser and visiting the [Graphi
5252

5353
* [http://localhost:3000/graphql](http://localhost:3000/graphql)
5454

55-
You should see a console interface into which you can run GraphQL queries and see their results. You should also be able to browse the full schema and see all of the types that are available to you and what data they provide.
55+
You should see a console interface into which you can run GraphQL queries and see their results. You should also be able to browse the full schema and see all of the types that are available to you and what data they provide.

0 commit comments

Comments
 (0)