Skip to content

Commit 08e139d

Browse files
committed
chore: update readme
1 parent db6f782 commit 08e139d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- [x] Generate queries and mutations
99
- [ ] Generate subscriptions with gorilla websocket
1010
- [ ] Add more configuration options
11-
- [ ] Avoid collisions ?
11+
- [ ] Avoid possible naming collisions
1212
- [ ] Write tests
1313

1414
This package generates Golang types and requests which use:
@@ -24,9 +24,10 @@ This package generates Golang types and requests which use:
2424

2525
The package is published to [graphql-codegen-golang](https://www.npmjs.com/package/graphql-codegen-golang).
2626

27-
```
28-
npm install -D graphql-codegen-golang
29-
yarn install -D graphql-codegen-golang
27+
```sh
28+
pnpm install -DE graphql-codegen-golang
29+
yarn install -DE graphql-codegen-golang
30+
npm install -DE graphql-codegen-golang
3031
```
3132

3233
## Usage: `codegen.yaml`
@@ -50,7 +51,3 @@ Configuration source is at [src/config.ts](src/config.ts)
5051
| Name | Default | Description |
5152
| ----------- | ------- | ------------------------------------- |
5253
| packageName | graphql | Name of the generated Golang package. |
53-
54-
## License
55-
56-
MIT

0 commit comments

Comments
 (0)