Skip to content

Commit 6d14e65

Browse files
Add line breaks to usage section of readme
1 parent 815d68f commit 6d14e65

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ kinesis_client = KinesisClient(...)
3030

3131
```bash
3232
# requirements.txt
33-
nypl-py-utils[kinesis-client,config-helper]==1.0.1
3433

35-
# Do not use any version below 1.0.0. All available optional dependencies can be found in pyproject.toml (see the "Managing dependencies" section below for more details).
34+
# Do not use any version below 1.0.0
35+
# All available optional dependencies can be found in pyproject.toml.
36+
# See the "Managing dependencies" section below for more details.
37+
nypl-py-utils[kinesis-client,config-helper]==1.0.1
3638
```
3739

3840
## Developing locally

0 commit comments

Comments
 (0)