Skip to content

Commit

Permalink
Merge pull request #598 from koengommers/main
Browse files Browse the repository at this point in the history
docs: fix install command for swagger-tanstack-query plugin
  • Loading branch information
stijnvanhulle authored Nov 6, 2023
2 parents ec726d7 + 216390f commit d332520
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/plugins/swagger-tanstack-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ With the Swagger Tanstack Query plugin you can create:
::: code-group

```shell [bun <img src="/feature/bun.svg"/>]
bun add @kubb/swagger-tanstack-query @kubb/swagger-ts @kubb swagger
bun add @kubb/swagger-tanstack-query @kubb/swagger-ts @kubb/swagger
```

```shell [pnpm <img src="/feature/pnpm.svg"/>]
pnpm add @kubb/swagger-tanstack-query @kubb/swagger-ts @kubb swagger
pnpm add @kubb/swagger-tanstack-query @kubb/swagger-ts @kubb/swagger
```

```shell [npm <img src="/feature/npm.svg"/>]
npm install @kubb/swagger-tanstack-query @kubb/swagger-ts @kubb swagger
npm install @kubb/swagger-tanstack-query @kubb/swagger-ts @kubb/swagger
```

```shell [yarn <img src="/feature/yarn.svg"/>]
yarn add @kubb/swagger-tanstack-query @kubb/swagger-ts @kubb swagger
yarn add @kubb/swagger-tanstack-query @kubb/swagger-ts @kubb/swagger
```

:::
Expand Down

1 comment on commit d332520

@vercel
Copy link

@vercel vercel bot commented on d332520 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kubb – ./

kubb-kubb.vercel.app
kubb-git-main-kubb.vercel.app
beta.kubb.dev
kubb.dev
www.kubb.dev

Please sign in to comment.