Skip to content

Commit bfb9818

Browse files
committed
Don't mark terminal commands as bash script
1 parent 218c72a commit bfb9818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CLI app for managing GitHub labels for Python 3.6 and newer. 📝
66

77
**labels** is available for download from [PyPI][PyPI] via [pip][pip]:
88

9-
```bash
9+
```text
1010
pip install labels
1111
```
1212

@@ -62,7 +62,7 @@ information. The default name for this file is ``labels.toml`` in your
6262
current working directory and can be changed by passing the ``-f, --filename
6363
PATH`` option followed by the path to where you want to write to.
6464

65-
```bash
65+
```text
6666
labels fetch -o hackebrot -r pytest-emoji
6767
```
6868

0 commit comments

Comments
 (0)