Skip to content

Commit

Permalink
Fix code indentation in README.md (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Oct 21, 2024
1 parent f477486 commit 4fe67ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ To install the latest release locally, make sure you have
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:

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

## Library Usage

```bash
jupyter-releaser --help
jupyter-releaser build-python --help
jupyter-releaser check-npm --help
jupyter-releaser --help
jupyter-releaser build-python --help
jupyter-releaser check-npm --help
```

## Checklist for Adoption
Expand Down

0 comments on commit 4fe67ed

Please sign in to comment.