Skip to content

Commit 0ff1f7c

Browse files
authored
Fix install instructions to use correct name (#166)
The actual package name (on both PyPI and conda-forge) is `jupyter-collaboration` with a `-`, not a `_`.
1 parent b535c40 commit 0ff1f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Editors are not collaborative by default; to activate it, install the extension
1616
Installation using mamba/conda:
1717

1818
```sh
19-
mamba install -c conda-forge jupyter_collaboration
19+
mamba install -c conda-forge jupyter-collaboration
2020
```
2121

2222
Installation using pip:
2323

2424
```sh
25-
pip install jupyter_collaboration
25+
pip install jupyter-collaboration
2626
```
2727

2828
To share a document with other users, you can copy the URL and send it, or you

0 commit comments

Comments
 (0)