Skip to content

Commit

Permalink
use install shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMikacich committed Oct 28, 2024
1 parent 1dd3193 commit 64b6ba2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ React hooks and utilities for [@vergestack/api](https://www.npmjs.com/package/@v
## Installation

```bash
npm install @vergestack/api @vergestack/api-react zod
npm i @vergestack/api @vergestack/api-react zod
```

## Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A type-safe API layer for Next.js applications, providing utilities for server a
## Installation

```bash
npm install @vergestack/api @vergestack/api-react zod
npm i @vergestack/api @vergestack/api-react zod
```

## Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/website/content/docs/api/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This guide will walk you through the process of setting up and using VergeStack
To get started with VergeStack API, install the package and its dependencies. Ensure you have the following installed in your project:

```package-install
npm install @vergestack/api @vergestack/api-react zod
npm i @vergestack/api @vergestack/api-react zod
```

## Creating Your First Action
Expand Down

0 comments on commit 64b6ba2

Please sign in to comment.