Skip to content

Commit

Permalink
Merge pull request #50 from FullStackWithLawrence/next
Browse files Browse the repository at this point in the history
docs: reorganize README
  • Loading branch information
lpm0073 authored Dec 6, 2023
2 parents 85dca85 + f0bb820 commit cccb690
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Python](https://a11ybadges.com/badge?logo=python)](https://www.python.org/)<br>
[![Tests](https://github.com/FullStackWithLawrence/secure-logger/actions/workflows/tests.yml/badge.svg)](https://github.com/FullStackWithLawrence/secure-logger/actions)
![GHA pushMain Status](https://img.shields.io/github/actions/workflow/status/FullStackWithLawrence/secure-logger/pushMain.yml?branch=main)
![Auto Assign](https://github.com/FullStackwithLawrence/demo-repository/actions/workflows/auto-assign.yml/badge.svg)[![Source
![Auto Assign](https://github.com/FullStackwithLawrence/secure-logger/actions/workflows/auto-assign.yml/badge.svg)[![Source
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)
[![Release Notes](https://img.shields.io/github/release/FullStackWithLawrence/secure-logger)](https://github.com/FullStackWithLawrence/secure-logger/releases)
[![PyPI
Expand All @@ -21,6 +21,12 @@ customizable list of case-insensitive keys. Prevents your sensitive
application data like cloud provider key-pairs from leaking into your
application logs.

## Installation

``` bash
pip install secure-logger
```

## Usage

### As a decorator
Expand Down Expand Up @@ -84,12 +90,6 @@ Output:
}
```

## Installation

``` bash
pip install secure-logger
```

## Configuration

secure_logger accepts optional parameters.
Expand Down

0 comments on commit cccb690

Please sign in to comment.