Skip to content

Commit a0bae6d

Browse files
authored
tweak readme intro
1 parent 98c5880 commit a0bae6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ This addon exposes the following dependencies to an ember application:
1313
* [apollo-link-context][apollo-link-context]
1414
* [apollo-link-http][apollo-link-http]
1515
* [graphql][graphql-repo]
16+
17+
You may want to install these optional dependencies as well:
18+
1619
* [graphql-tag][graphql-tag-repo]
1720
* [graphql-tools][graphql-tools-repo]
1821

19-
I have been using the non-addon version of this in my own app for several months.
20-
Because I've actually used it to build a real app, I've encountered and solved
21-
a few real-world problems such as reliable testing and preventing resource leaks
22-
by unsubscribing from watch queries.
22+
This addon is battle tested: it has been used to build several large apps. As such, we've solved real-world problems such as reliable testing and preventing resource leaks by unsubscribing from watch queries.
2323

2424
[graphql-repo]: https://github.com/graphql/graphql-js "GraphQL"
25-
[graphql-tag-repo]: https://github.com/apollographql/graphql-tag "graphql-tag"
26-
[graphql-tools-repo]: https://github.com/apollographql/graphql-tools "graphql-tools"
2725
[apollo-cache]: https://www.npmjs.com/package/apollo-cache
2826
[apollo-cache-inmemory]: https://www.npmjs.com/package/apollo-cache-inmemory
2927
[apollo-link]: https://github.com/apollographql/apollo-link
3028
[apollo-link-context]: https://www.npmjs.com/package/apollo-link-context
3129
[apollo-link-http]: https://www.npmjs.com/package/apollo-link-http
30+
[graphql-tag-repo]: https://github.com/apollographql/graphql-tag "graphql-tag"
31+
[graphql-tools-repo]: https://github.com/apollographql/graphql-tools "graphql-tools"
3232

3333
## Installation
3434

0 commit comments

Comments
 (0)