Skip to content

Commit

Permalink
docs: fix command name in -m example
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and guludo committed Mar 4, 2023
1 parent 3723f48 commit 66e9672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ And you can call a module installed in the environment with:

.. code:: bash
$ venv -m path.to.module
$ venv-run -m path.to.module
For both cases, it's also okay to explicitly call the interpreter (e.g.
``venv-run python -m path.to.module``).
Expand Down

0 comments on commit 66e9672

Please sign in to comment.