Skip to content

Commit 4a8cc07

Browse files
committed
Update README
1 parent b23a7fc commit 4a8cc07

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
@@ -1,13 +1,13 @@
11
# labels
22

3-
Python 3 (3.6 and newer) CLI app to manage GitHub issue labels 📝
3+
Python 3 (3.6 and newer) CLI app to manage GitHub issue labels. 📝
44

55
## Installation
66

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

99
```text
10-
$ pip install labels
10+
pip install labels
1111
```
1212

1313
## Authentication
@@ -19,8 +19,8 @@ labels for a public or a private repository. Then set up two environment
1919
variables in your terminal:
2020

2121
```bash
22-
$ export LABELS_USERNAME="<GITHUB_USERNAME>"
23-
$ export LABELS_TOKEN="<GITHUB_TOKEN>"
22+
export LABELS_USERNAME="<GITHUB_USERNAME>"
23+
export LABELS_TOKEN="<GITHUB_TOKEN>"
2424
```
2525

2626
## Usage

0 commit comments

Comments
 (0)