✏️ fix typo in README.md

This commit is contained in:
Marc Koch 2022-10-27 22:54:00 +02:00
parent eeeeccbf8c
commit 35b7a0140d
Signed by: marc
GPG Key ID: 12406554CFB028B9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Translate a [CiviProxy](https://github.com/systopia/CiviProxy) logfile into JSON
## Installation ## Installation
```bash ```bash
pyton3 -m pip install civiproxy_logs2json python3 -m pip install civiproxy_logs2json --user
``` ```
## Example Usage ## Example Usage

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="civiproxy_logs2json", name="civiproxy_logs2json",
version="1.0.1", version="1.0.2",
author="Marc Michalsky", author="Marc Michalsky",
author_email="michalsky@forumZFD.de", author_email="michalsky@forumZFD.de",
packages=["civiproxy_logs2json"], packages=["civiproxy_logs2json"],