From 1a7f0b0bec6e1a55035519ca849c75de47f24a2f Mon Sep 17 00:00:00 2001 From: JJ <103335846+computerscienceiscool@users.noreply.github.com> Date: Thu, 14 Sep 2023 23:31:46 -0700 Subject: [PATCH] Update README.md Fixed a few small grammatical errors. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f79c33d3..15aa6ef7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Telegram](https://img.shields.io/badge/Telegram-Channel-blue.svg)](https://t.me/osintgram) [![Docker](https://img.shields.io/badge/Docker-Supported-blue)](https://img.shields.io/badge/Docker-Supported-blue) -Osintgram is a **OSINT** tool on Instagram to collect, analyze, and run reconnaissance. +Osintgram is an **OSINT** tool on Instagram to collect, analyze, and run reconnaissance.

@@ -85,7 +85,7 @@ You can find detailed commands usage [here](doc/COMMANDS.md). ### Use Osintgram v2 (beta) You can use Osintgram2 beta just switching to `v2` [branch](https://github.com/Datalux/Osintgram/tree/v2). -The v2 has some improvements and faster with a new command execution interface. Try it just running `git checkout v2`. +The v2 has some improvements and is faster with a new command execution interface. Try it just running `git checkout v2`. ## Docker Quick Start 🐳 @@ -133,7 +133,7 @@ docker-compose run osintgram Where `target` is the Instagram target for recon. -Alternatively you may run `docker-compose` with the `Makefile`: +Alternatively, you may run `docker-compose` with the `Makefile`: `make run` - Builds and Runs with compose. Prompts for a `target` before running.