Skip to content

Commit 2bd7317

Browse files
committed
📚 DOCS: update readme
1 parent d684093 commit 2bd7317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ To get started with `sphinx-exercise`, first install it through `pip`:
1818
pip install sphinx-exercise
1919
```
2020

21-
then, add `sphinx.exercise` to your sphinx `extensions` in the `conf.py`
21+
then, add `sphinx_exercise` to your sphinx `extensions` in the `conf.py`
2222

2323
```python
2424
...
25-
extensions = ["sphinx.exercise"]
25+
extensions = ["sphinx_exercise"]
2626
...
2727
```
2828

0 commit comments

Comments
 (0)