Skip to content

Commit c91ed66

Browse files
committed
Rearrange README sections
1 parent 2610a43 commit c91ed66

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ JupyterLab extension for Stata syntax highlighting similar to the Stata IDE's.
1414
pip install jupyterlab_stata_highlight2
1515
```
1616

17+
### Uninstall
18+
19+
```bash
20+
pip uninstall jupyterlab_stata_highlight2
21+
```
22+
1723
## Contributing
1824

1925
### Development install
@@ -52,13 +58,7 @@ By default, the `jlpm run build` command generates the source maps for this exte
5258
jupyter lab build --minimize=False
5359
```
5460

55-
### Uninstall
56-
57-
```bash
58-
pip uninstall jupyterlab_stata_highlight2
59-
```
60-
61-
## Updating the version
61+
### Updating the version
6262

6363
To update the version, install tbump and use it to bump the version.
6464
By default it will also create a tag.

0 commit comments

Comments
 (0)