Skip to content

Commit edd97db

Browse files
MaxiDonkey@hotmail.comMaxiDonkey@hotmail.com
authored andcommitted
Critical fix
1 parent d8f99e6 commit edd97db

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
@@ -76,7 +76,7 @@ uses MistralAI;
7676
var MistralAI: IMistralAI := TMistralAI.Create(API_TOKEN);
7777
```
7878

79-
You can also go through the factory:
79+
You can also use the factory:
8080

8181
> [!NOTE]
8282
>```Pascal
@@ -624,7 +624,7 @@ uses MistralAI;
624624
var CodingModel: IMistralAI := TMistralAI.Create(API_TOKEN, [CodestralSpec]);
625625
```
626626

627-
You can also go through the factory:
627+
You can also use the factory:
628628
> [!NOTE]
629629
> ```Pascal
630630
> uses MistralAI;

0 commit comments

Comments
 (0)