From e4706b1cac356ab2712506d6ea6957df6f5089b4 Mon Sep 17 00:00:00 2001 From: perp Date: Sat, 10 Sep 2022 14:01:49 +0100 Subject: [PATCH] Cleaned up some grammar --- README.md | 3 ++- yoink.py | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7a3483..7201a9b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Yoink [![IRC](https://img.shields.io/badge/ircd.chat-%23tcpdirect-blue.svg)](ircs://ircd.chat:6697/#tcpdirect) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -Yoink is a program to verify Shodan keys +Yoink will verify a file of Shodan keys. + ## Installation ``` git clone https://git.tcp.direct/perp/yoink diff --git a/yoink.py b/yoink.py index df1bf40..59cdb8e 100644 --- a/yoink.py +++ b/yoink.py @@ -1,3 +1,5 @@ +# Author: perp + import argparse import aiohttp import asyncio