Skip to content

Commit 7b2f582

Browse files
committed
Fix README
1 parent 6c0fc87 commit 7b2f582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Install the development extras and invoke ``ruff`` and ``pyright`` using
319319

320320
.. code-block:: sh
321321
322-
$ uv sync --extra dev
322+
$ uv sync --dev
323323
$ uv run ruff format tdclient --diff --exit-non-zero-on-fix
324324
$ uv run ruff check tdclient
325325
$ uv run pyright tdclient
@@ -341,7 +341,7 @@ Install the development extras (which include ``tox``) with ``uv``.
341341

342342
.. code-block:: sh
343343
344-
$ uv sync --extra dev
344+
$ uv sync --dev
345345
346346
Then, run ``tox`` via ``uv``.
347347

0 commit comments

Comments
 (0)