Skip to content

Commit

Permalink
docs: correct typo in installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
IdoBouskila committed Aug 18, 2024
1 parent b8941b8 commit cfabab5
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 @@ -7,15 +7,15 @@ Since it's written for learning, it only has the core features of Zod.
To install, simply run the following command:

```bash
npm install @emetify
npm install emetify
```

## Usage

Here's a quick example of the usage:

```typescript
const { e } from '@emetify';
const { e } from 'emetify';

const schema = e.object({
name: e.string().min(3).max(20),
Expand Down

0 comments on commit cfabab5

Please sign in to comment.