docs: fix typo in example command
This commit is contained in:
parent
b386d3bfa6
commit
6dc4dca7e0
1 changed files with 1 additions and 1 deletions
|
@ -64,5 +64,5 @@ To build it yourself, you can install [pdoc](https://pypi.org/project/pdoc/) and
|
|||
|
||||
```bash
|
||||
mkdir doc
|
||||
pdoc --docformat numpy --output-dir ./doc ./spotify.py
|
||||
pdoc --docformat numpy --output-dir ./doc ./spotifyctl.py
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue