diff --git a/docs/getting-started/features.md b/docs/getting-started/features.md index c78f5f560..dc849c05d 100644 --- a/docs/getting-started/features.md +++ b/docs/getting-started/features.md @@ -22,8 +22,8 @@ See the [guide on installing Python](../guides/install-python.md) to get started Executing standalone Python scripts, e.g., `example.py`. - `uv run`: Run a script. -- `uv add --script`: Add a dependency to a script -- `uv remove --script`: Remove a dependency from a script +- `uv add --script`: Add a dependency to a script. +- `uv remove --script`: Remove a dependency from a script. See the [guide on running scripts](../guides/scripts.md) to get started.