Skip to content

Commit f91945c

Browse files
committed
update doc
1 parent 8bd7966 commit f91945c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Update all imports in your codebase.
1515

1616
##### Replace:
1717
```php
18-
use DeepseekPhp\DeepseekClient;
18+
use DeepseekPhp\Someclass;
1919
```
2020

2121
##### With:
2222
```php
23-
use DeepSeek\DeepseekClient;
23+
use DeepSeek\Someclass;
2424
```
2525

2626
### Migration Guide

0 commit comments

Comments
 (0)