diff --git a/README.md b/README.md index df52a91..4c616fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # jupyterlab-unfold -[![Extension status](https://img.shields.io/badge/status-ready-success "ready to be used")](https://jupyterlab-contrib.github.io/) +[![Extension status](https://img.shields.io/badge/status-ready-success 'ready to be used')](https://jupyterlab-contrib.github.io/) [![Github Actions Status](https://github.com/jupyterlab-contrib/jupyterlab-unfold/actions/workflows/build.yml/badge.svg)](https://github.com/jupyterlab-contrib/jupyterlab-unfold/actions?query=workflow%3ATests) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyterlab-unfold/master?urlpath=lab) [![PyPI](https://img.shields.io/pypi/v/jupyterlab-unfold)](https://pypi.org/project/jupyterlab-unfold/) @@ -12,7 +12,7 @@ An IDE-like file browser ## Requirements -* JupyterLab >= 3.1.0,<4.0 +- JupyterLab >= 3.1.0,<4.0 ## Install @@ -30,7 +30,6 @@ To remove the extension, execute: pip uninstall jupyterlab-unfold ``` - ## Contributing ### Development install @@ -79,7 +78,6 @@ In development mode, you will also need to remove the symlink created by `jupyte command. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions` folder is located. Then you can remove the symlink named `jupyterlab-unfold` within that folder. - ## Acknowledgement This extension was inspired from https://github.com/youngthejames/jupyterlab_filetree, but the code reuses the core-JupyterLab filebrowser and replaces it by default.