Skip to content

Commit cccb690

Browse files
authored
Merge pull request #50 from FullStackWithLawrence/next
docs: reorganize README
2 parents 85dca85 + f0bb820 commit cccb690

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Python](https://a11ybadges.com/badge?logo=python)](https://www.python.org/)<br>
55
[![Tests](https://github.com/FullStackWithLawrence/secure-logger/actions/workflows/tests.yml/badge.svg)](https://github.com/FullStackWithLawrence/secure-logger/actions)
66
![GHA pushMain Status](https://img.shields.io/github/actions/workflow/status/FullStackWithLawrence/secure-logger/pushMain.yml?branch=main)
7-
![Auto Assign](https://github.com/FullStackwithLawrence/demo-repository/actions/workflows/auto-assign.yml/badge.svg)[![Source
7+
![Auto Assign](https://github.com/FullStackwithLawrence/secure-logger/actions/workflows/auto-assign.yml/badge.svg)[![Source
88
code](https://img.shields.io/static/v1?logo=github&label=Git&style=flat-square&color=orange&message=Source%20code)](https://github.com/FullStackWithLawrence/secure-logger)
99
[![Release Notes](https://img.shields.io/github/release/FullStackWithLawrence/secure-logger)](https://github.com/FullStackWithLawrence/secure-logger/releases)
1010
[![PyPI
@@ -21,6 +21,12 @@ customizable list of case-insensitive keys. Prevents your sensitive
2121
application data like cloud provider key-pairs from leaking into your
2222
application logs.
2323

24+
## Installation
25+
26+
``` bash
27+
pip install secure-logger
28+
```
29+
2430
## Usage
2531

2632
### As a decorator
@@ -84,12 +90,6 @@ Output:
8490
}
8591
```
8692

87-
## Installation
88-
89-
``` bash
90-
pip install secure-logger
91-
```
92-
9393
## Configuration
9494

9595
secure_logger accepts optional parameters.

0 commit comments

Comments
 (0)