Skip to content

Commit 0b2a43b

Browse files
committed
typo in readme
1 parent 5f01ec6 commit 0b2a43b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# pydantic-core
22

33
[![CI](https://github.com/samuelcolvin/pydantic-core/workflows/ci/badge.svg?event=push)](https://github.com/samuelcolvin/pydantic-core/actions?query=event%3Apush+branch%3Amain+workflow%3Aci)
4-
[![Coverage](https://codecov.io/gh/samuelcolvin/pydantic-core/branch/main/graph/badge.svg?token=L2JQIWfqyv)](https://codecov.io/gh/samuelcolvin/pydantic-core)
5-
4+
[![Coverage](https://codecov.io/gh/samuelcolvin/pydantic-core/branch/main/graph/badge.svg)](https://codecov.io/gh/samuelcolvin/pydantic-core)
65

76
This package provides the core functionality for pydantic.
87

@@ -103,7 +102,7 @@ You might find it useful to look at [`pydantic_core/_pydantic_core.pyi`](./pydan
103102
[`pydantic_core/_types.py`](./pydantic_core/_types.py) for more information on the python API,
104103
beyond that, [`tests/`](./tests) provide a large number of examples of usage.
105104

106-
If you want to contribute to pydantic-core, you'll some other make commands:
105+
If you want to contribute to pydantic-core, you'll want to use some other make commands:
107106
* `make build-dev` to build the package during development
108107
* `make build-prod` to perform an optimised build for benchmarking
109108
* `make test` to run the tests

0 commit comments

Comments
 (0)