Skip to content

Commit cb28492

Browse files
Update README.md
1 parent b415df4 commit cb28492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ A URDF viewer and editor extension for JupyterLab.
1212
To install the extension, execute:
1313

1414
```bash
15-
pip install jupyterlab_urdf
15+
pip install jupyterlab-urdf
1616
```
1717

1818
## Uninstall
1919

2020
To remove the extension, execute:
2121

2222
```bash
23-
pip uninstall jupyterlab_urdf
23+
pip uninstall jupyterlab-urdf
2424
```
2525

2626
## Contributing
@@ -64,7 +64,7 @@ jupyter lab build --minimize=False
6464
### Development uninstall
6565

6666
```bash
67-
pip uninstall jupyterlab_urdf
67+
pip uninstall jupyterlab-urdf
6868
```
6969

7070
In development mode, you will also need to remove the symlink created by `jupyter labextension develop`

0 commit comments

Comments
 (0)