You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ A simple way to use your GraphQL operations in a type-safe way with Vue!
7
7
It uses [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator) to generate the types.
8
8
9
9
### Quick start
10
-
As this package is dependent on [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator)you may first install it and create a config for it.
10
+
This package requires [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator). If you haven't already, install it and create a new config.
11
11
[Here](https://github.com/dotansimha/graphql-code-generator#quick-start) is a guide on how to do that.
12
12
13
13
As soon as you're ready you can continue to setup this package.
14
-
First of all you need to [install it](#setup) with your preferred package manager.
14
+
First of all you need to [install it](#install) with your preferred package manager.
15
15
16
16
The *graphql-code-generator* plugin can be found under `vue-graphql-inject/lib/codegen`.
17
17
You may add a new output file specifically for this plugin. For example:
0 commit comments