Update index.md (#478)

Fix typo in documentation
This commit is contained in:
Jesse Spielman
2025-09-15 14:13:39 +01:00
committed by GitHub
parent 88dc67be35
commit eb0f0bb7da

View File

@@ -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