Skip to content

Commit

Permalink
Merge pull request #23 from hahwul/dev
Browse files Browse the repository at this point in the history
Refactor DeadFinderRunner class to return and print the result of the…
  • Loading branch information
hahwul authored Sep 26, 2024
2 parents 3cb6f69 + 52490ac commit 0e0fa2a
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 @@ -52,8 +52,8 @@ app = DeadFinderRunner.new
options = app.default_options
options['concurrency'] = 30

app.run('https://www.hahwul.com/2022/09/30/deadfinder/', options)
puts Output
result = app.run('https://www.hahwul.com/2022/09/30/deadfinder/', options)
puts result
```

## Usage
Expand Down

0 comments on commit 0e0fa2a

Please sign in to comment.