Skip to content

Commit c03c1aa

Browse files
authored
Fix #859
1 parent c5ed107 commit c03c1aa

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
@@ -35,7 +35,7 @@ conda install -c conda-forge jupyterlab jupyterlab-git
3535
### Uninstall
3636

3737
```bash
38-
pip uninstall jupyterlab_git
38+
pip uninstall jupyterlab-git
3939
```
4040

4141
or with _conda_:
@@ -143,7 +143,7 @@ The `jlpm` command is JupyterLab's pinned version of
143143
```bash
144144
# Clone the repo to your local environment
145145
git clone https://github.com/jupyterlab/jupyterlab-git.git
146-
# Change directory to the jupyterlab_git directory
146+
# Change directory to the jupyterlab-git directory
147147
cd jupyterlab-git
148148
# Install package in development mode
149149
pip install -e .[dev]

0 commit comments

Comments
 (0)