✏️ fix typo in README.md
This commit is contained in:
parent
eeeeccbf8c
commit
35b7a0140d
|
|
@ -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
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -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"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue