Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook authored May 24, 2023
1 parent 20a9132 commit 92aa7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
## Installation

```bash
pnpm add @huntersofbook/schob
pnpm add schob
```

## Usage

```ts
import { merge } from '@huntersofbook/schob'
import { merge } from 'schob'

const schema = {
isPro: false,
Expand Down

0 comments on commit 92aa7e2

Please sign in to comment.