Skip to content

Commit

Permalink
typo: fix typo in the docker run command
Browse files Browse the repository at this point in the history
fix typo in the docker run command.
  • Loading branch information
jinrenjie authored Apr 13, 2022
1 parent 757c028 commit a2a395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ docker pull projectdiscovery/subfinder:latest
Running subfinder using docker image:

```sh
docker -t projectdiscovery/subfinder:latest -d hackerone.com
docker run -t projectdiscovery/subfinder:latest -d hackerone.com
```

Running subfinder using docker image with local config file:
Expand Down

0 comments on commit a2a395e

Please sign in to comment.