Skip to content

Commit 0decf64

Browse files
authored
Update README.md
1 parent e7705fd commit 0decf64

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
@@ -5,13 +5,13 @@ A lightweight, flexible validation library for TypeScript applications with cust
55
## Installation
66

77
```bash
8-
npm install rakit-typescript
8+
npm install mobkit-typescript
99
```
1010

1111
## Basic Usage
1212

1313
```typescript
14-
import { Validator } from 'rakit-typescript';
14+
import { Validator } from 'mobkit-typescript';
1515

1616
// Create a validator instance (default locale is 'en')
1717
const validator = new Validator();

0 commit comments

Comments
 (0)