Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 authored Mar 28, 2024
1 parent a28ca99 commit 60fe3c5
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 @@ -67,7 +67,7 @@ graph_config = {
# Create the SmartScraperGraph instance
smart_scraper_graph = SmartScraperGraph(
prompt="List me all the titles and project descriptions"
file_source="https://perinim.github.io/projects/", # also accepts a local file path
file_source="https://perinim.github.io/projects/", #Also accepts a string with the already downloaded HTML code
config=graph_config
)

Expand Down

0 comments on commit 60fe3c5

Please sign in to comment.