DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.73k stars 509 forks source link

fix typos in README.md #301

Closed rahul0x00 closed 9 months ago

rahul0x00 commented 9 months ago

Issue #

Changes Proposed

I found a few typos, these are minor suggestions to improve formatting and readability.

Explanation of Changes

  1. In the "Options" section, there's a small formatting issue with the last line of the usage text: Original: "-i, --info Info displays basic info of the scanned site` " Suggested Change: "-i, --info Info displays basic info of the scanned site"

  2. In the "Installation" section, there's a minor grammatical issue in the sentence: "The script install.sh will first install the latest version of torbot found in pypi,". You can make it more grammatically correct like this: Suggested Change: "The script install.sh will first install the latest version of torbot found on PyPI,"

  3. In the "Using Docker" section, there's a missing word in this sentence: "Ensure than you have a tor container running on port 9050." It should be "Ensure that you have a tor container running on port 9050."

  4. In the "References" section, there are some minor formatting issues with the citation numbers. For consistency, you can format them like this: Original: "1. M. Glassman and M. J. Kang, “Intelligence in the internet age..." Suggested Change: "1. M. Glassman and M. J. Kang, “Intelligence in the Internet age..."

Screenshots of new feature/change