Skip to content

Commit 3483c55

Browse files
authored
📝 Update README.md
1 parent e3fcfcd commit 3483c55

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
@@ -16,8 +16,8 @@ Install this library with the desired extras dependencies as listed in [project.
1616
For example, if pendulum support was desired:
1717

1818
```shell
19-
# via poetry
20-
$ poetry add "pydantic-extra-types[pendulum]"
19+
# via uv
20+
$ uv add "pydantic-extra-types[pendulum]"
2121

2222
# via pip
2323
$ pip install -U "pydantic-extra-types[pendulum]"

0 commit comments

Comments
 (0)