Skip to content

Commit 5c696e5

Browse files
authored
Fix: micro typo in README #737 (#738)
1 parent 586ad8f commit 5c696e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See [`tests/benchmarks/`](./tests/benchmarks/) for details.
1313

1414
## Example of direct usage
1515

16-
_NOTE: You should not need to use pydantic-core directly, instead use pydantic which which in turn uses pydantic-core._
16+
_NOTE: You should not need to use pydantic-core directly; instead, use pydantic, which in turn uses pydantic-core._
1717

1818
```py
1919
from pydantic_core import SchemaValidator, ValidationError

0 commit comments

Comments
 (0)