From 24850ea976281cbacea8c75dd700468873232a06 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Fri, 15 Mar 2024 01:26:55 -0400 Subject: [PATCH] Typo in pypi title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df5e0e9..55d3743 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The is a suite of tools to aid in the ingestion of recon data from various sourc ## Prerequisites - [python](https://www.python.org/) - [elasticsearch](https://pypi.org/project/elasticsearch/) *(`pip install elasticsearch`)* - - [ecs_logging](https://pypi.org/project/ecs-logging) *(`pip install ecs-logging`)* + - [ecs-logging](https://pypi.org/project/ecs-logging) *(`pip install ecs-logging`)* - [aiofiles](https://pypi.org/project/aiofiles) *(`pip install aiofiles`)* - [aiohttp](https://pypi.org/projects/aiohttp) *(`pip install aiohttp`)* - [websockets](https://pypi.org/project/websockets/) *(`pip install websockets`) (only required for `--certs` ingestion)*