Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel0024 committed Jul 8, 2024
1 parent cca34cc commit 5dff0fa
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 @@ -19,7 +19,7 @@ var crawlerEngine = await new CrawlerEngineBuilder()
new("Total Comments","a.comments"),
new("Url","a.title", "href")
])
.AddPagination("span.next-button > a.not-exist", newPage => newPage.ScrollToEnd())
.AddPagination("span.next-button > a.not-exist")
.AddOutputToConsole()
.AddOutputToCsvFile("results.csv")
)
Expand Down

0 comments on commit 5dff0fa

Please sign in to comment.