Skip to content

Commit

Permalink
Adjust console syntax highlighting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Mar 29, 2019
1 parent 000f5fd commit 65cd191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ compatible with [PEP 440](https://www.python.org/dev/peps/pep-0440).

Install with `pip install dunamai`, and then use as either a CLI:

```bash
```console
$ dunamai --help

# Display dynamic version from a detected version control system:
Expand Down Expand Up @@ -83,7 +83,7 @@ prompted the creation of Dunamai as an alternative:

* Setting a `__version__` statically:

```bash
```console
$ echo "__version__ = '$(dunamai from any)'" > your_library/_version.py
```
```python
Expand Down Expand Up @@ -115,7 +115,7 @@ prompted the creation of Dunamai as an alternative:

* [Poetry](https://poetry.eustace.io):

```bash
```console
$ poetry version $(dunamai from any)
```

Expand Down

0 comments on commit 65cd191

Please sign in to comment.