Skip to content

Commit 34c5b09

Browse files
committed
fix(readme): Fix readme
1 parent e057dd9 commit 34c5b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ A simple way to use your GraphQL operations in a type-safe way with Vue!
77
It uses [graphql-code-generator](https://github.com/dotansimha/graphql-code-generator) to generate the types.
88

99
### 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.
1111
[Here](https://github.com/dotansimha/graphql-code-generator#quick-start) is a guide on how to do that.
1212

1313
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.
1515

1616
The *graphql-code-generator* plugin can be found under `vue-graphql-inject/lib/codegen`.
1717
You may add a new output file specifically for this plugin. For example:

0 commit comments

Comments
 (0)