Skip to content

Commit ae57e7b

Browse files
committed
2 parents f6b57bb + 0decf64 commit ae57e7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Rakit TypeScript
1+
# Mobkit TypeScript
22

33
A lightweight, flexible validation library for TypeScript applications with customizable rules and multilingual support.
44

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();
@@ -110,4 +110,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
110110

111111
## License
112112

113-
This project is licensed under the MIT License.
113+
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)