From 5d606b6dd1f08174b3103f710d198c6051796def Mon Sep 17 00:00:00 2001 From: James Harton Date: Mon, 9 Apr 2018 13:05:38 +1200 Subject: [PATCH] UPdate readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0c2b3a..484db84 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ GraphQL is a specification for the GraphQL query language and how servers and cl Still, there are plenty of open source implementations of the spec now and you don't need to rely on Facebook's implementations of the server or client. At this time my gut feeling is still "avoid react/relay" but I know plenty of people who have and are building successful apps with them. -Notable efforts include [Apollo](https://www.apollographql.com/), developed by the [Meteor team](https://www.meteor.com/) it includes a JavaScript server, browser client and a bunch of other stuff (like bindings for various JavaScript frameworks). We'll be using the Apollo client in our demonstrations today. +Notable open source efforts include [Apollo](https://www.apollographql.com/), developed by the [Meteor team](https://www.meteor.com/) - it includes a JavaScript server, browser client and a bunch of other stuff (like bindings for various JavaScript frameworks). We'll be using the Apollo client in our demonstrations today. Still, this is an Elixir talk so you're probably most interested in hearing about [Absinthe](https://absinthe-graphql.org/). Check out the `step-2` branch to learn about it.