Skip to content

Commit b535c40

Browse files
authored
Fix package name in README (#159)
1 parent 2689f34 commit b535c40

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
@@ -12,13 +12,13 @@ To install the latest release locally, make sure you have
1212
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:
1313

1414
```bash
15-
pip install jupyter_collaboration
15+
pip install jupyter-collaboration
1616
```
1717

1818
Or using ``conda``/``mamba``:
1919

2020
```bash
21-
conda install jupyter_collaboration
21+
conda install jupyter-collaboration
2222
```
2323

2424
### Testing

0 commit comments

Comments
 (0)