@@ -15,7 +15,7 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
1515 1 . Make a new Phoenix app, or add it to your existing app.
1616
1717 ``` sh
18- mix phoenix.new hello_graphql --no-ecto
18+ mix phoenix.new hello_graphql
1919 cd hello_graphql
2020 ```
2121
@@ -33,7 +33,7 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
3333 end
3434
3535 def deps do
36- [{:plug_graphql, " ~> 0.1.2 " }]
36+ [{:plug_graphql, " ~> 0.1.3 " }]
3737 end
3838 ` ` `
3939
@@ -98,16 +98,18 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
9898
9999# # Contributions
100100
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.
102102
103103However we can' t get there without your help, so any questions, bug reports, feedback,
104104feature requests and/or PRs are most welcome!
105105
106106## Acknowledgements
107107
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:
109109
110110* Daniel Neighman (https://github.com/hassox)
111111* Chris McCord (https://github.com/chrismccord)
112+ * Aaron Weiker (https://github.com/aweiker)
113+ * James Hiscock (https://github.com/bockit)
112114
113115Thanks also to everyone who has submitted PRs, logged issues, given feedback or asked questions.
0 commit comments