diff --git a/docs/developer_guide/index.md b/docs/developer_guide/index.md index b83ca471..1c1b014d 100644 --- a/docs/developer_guide/index.md +++ b/docs/developer_guide/index.md @@ -94,7 +94,7 @@ These commands are defined in the [`pyproject.toml`](https://github.com/rendercv ``` - Create an executable version of RenderCV with [PyInstaller](https://www.pyinstaller.org/) ```bash - hatch run exe:creates + hatch run exe:create ``` - Preview the documentation as you write it ```bash