Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Symbolexe authored May 8, 2024
1 parent b7464e4 commit c715ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To install Raven, you have three options:
```go get github.com/Symbolexe/raven```
## Usage

```raven [options] <startURL>```
``` ./raven [options] <startURL>```

⚠️ _<startURL>: The starting URL from which the crawling process begins._ ⚠️

Expand All @@ -43,7 +43,7 @@ To install Raven, you have three options:

## Example

```raven -maxURLs 500 -maxDepth 5 -concurrency 20 https://example.com```
```./raven -maxURLs 500 -maxDepth 5 -concurrency 20 https://example.com```

This command will crawl the website https://example.com with a maximum of 500 URLs, a maximum depth of 5, and 20 concurrent requests.

Expand Down

0 comments on commit c715ec7

Please sign in to comment.