Skip to content

Commit 0fa8dc1

Browse files
committed
docs: add badge to readme
1 parent b88d5c7 commit 0fa8dc1

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
@@ -1,4 +1,4 @@
1-
# Vite Plugin GraphQL Codegen
1+
# Vite Plugin GraphQL Codegen [![npm](https://img.shields.io/npm/v/vite-plugin-graphql-codegen.svg)](https://npmjs.com/package/vite-plugin-graphql-codegen)
22

33
Zero-config vite plugin that uses the vite file watcher to run [graphql codegen](https://www.graphql-code-generator.com/) programmatically without needing to start a separate watcher.
44

@@ -8,7 +8,7 @@ Installation instructions found [here](https://www.graphql-code-generator.com/do
88

99
## Install Plugin
1010

11-
```bash
11+
```shell
1212
# npm
1313
npm i -D vite-plugin-graphql-codegen
1414

0 commit comments

Comments
 (0)