Skip to content

Commit

Permalink
fix: Use correct Python package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ktaletsk committed Jul 16, 2021
1 parent e253595 commit 447a60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageManager": "python",
"packageName": "jupyterlab_latex",
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab_latex"
"packageName": "jupyterlab-latex",
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jupyterlab-latex"
}

0 comments on commit 447a60e

Please sign in to comment.