Skip to content

Commit 5666f14

Browse files
authored
Merge pull request #301 from rahul0x00/patch-1
fix typos in README.md
2 parents b68a820 + ee3cc09 commit 5666f14

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ poetry run python run.py -h # for help
8686

8787
### Full Installation
8888
There is a shell script that will attempt to install both `torbot` and `gotor` as global modules.
89-
The script `install.sh` will first install the latest version of `torbot` found in `pypi`,
89+
The script `install.sh` will first install the latest version of `torbot` found in `PyPI`,
9090
then it will attempt to install `gotor` to the `GOBIN` path after making the path globally accessible.
9191
```sh
9292
source install.sh # execute script
@@ -122,15 +122,15 @@ optional arguments:
122122
Specifiy additional website extensions to the list(.com , .org, .etc)
123123
-c, --classify Classify the webpage using NLP module
124124
-cAll, --classifyAll Classify all the obtained webpages using NLP module
125-
-i, --info Info displays basic info of the scanned site` </pre>
125+
-i, --info Info displays basic info of the scanned site </pre>
126126

127127
* NOTE: -u is a mandatory for crawling
128128

129129
Read more about torrc here : [Torrc](https://github.com/DedSecInside/TorBoT/blob/master/Tor.md)
130130

131131
### Using Docker
132132

133-
- Ensure than you have a tor container running on port 9050.
133+
- Ensure that you have a tor container running on port 9050.
134134
- Build the image using following command (in the root directory):
135135

136136
`docker build -f docker/Dockerfile -t dedsecinside/torbot .`

0 commit comments

Comments
 (0)