Skip to content

Commit 4fe67ed

Browse files
authored
Fix code indentation in README.md (#586)
1 parent f477486 commit 4fe67ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ To install the latest release locally, make sure you have
1111
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:
1212

1313
```bash
14-
pip install git+https://github.com/jupyter-server/jupyter_releaser
14+
pip install git+https://github.com/jupyter-server/jupyter_releaser
1515
```
1616

1717
## Library Usage
1818

1919
```bash
20-
jupyter-releaser --help
21-
jupyter-releaser build-python --help
22-
jupyter-releaser check-npm --help
20+
jupyter-releaser --help
21+
jupyter-releaser build-python --help
22+
jupyter-releaser check-npm --help
2323
```
2424

2525
## Checklist for Adoption

0 commit comments

Comments
 (0)