@@ -15,7 +15,7 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
15
15
1 . Make a new Phoenix app, or add it to your existing app.
16
16
17
17
``` sh
18
- mix phoenix.new hello_graphql --no-ecto
18
+ mix phoenix.new hello_graphql
19
19
cd hello_graphql
20
20
```
21
21
@@ -33,7 +33,7 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
33
33
end
34
34
35
35
def deps do
36
- [{:plug_graphql, " ~> 0.1.2 " }]
36
+ [{:plug_graphql, " ~> 0.1.3 " }]
37
37
end
38
38
` ` `
39
39
@@ -98,16 +98,18 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
98
98
99
99
# # Contributions
100
100
101
- This is pretty early days, the graphql execution engine needs a lot more work to be useful.
101
+ This is pretty early days, the GraphQL Elixir ecosystem needs a lot more work to be useful.
102
102
103
103
However we can' t get there without your help, so any questions, bug reports, feedback,
104
104
feature requests and/or PRs are most welcome!
105
105
106
106
## Acknowledgements
107
107
108
- Thanks and appreciation goes to the following contributors for answering many questions and providing helpful feedback:
108
+ Thanks and appreciation goes to the following contributors for PRs, discussions, answering many questions and providing helpful feedback:
109
109
110
110
* Daniel Neighman (https://github.com/hassox)
111
111
* Chris McCord (https://github.com/chrismccord)
112
+ * Aaron Weiker (https://github.com/aweiker)
113
+ * James Hiscock (https://github.com/bockit)
112
114
113
115
Thanks also to everyone who has submitted PRs, logged issues, given feedback or asked questions.
0 commit comments