Skip to content

Commit 698169f

Browse files
authored
Update README.md
1 parent 8b915e3 commit 698169f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ graph_config = {
114114
# Create the SmartScraperGraph instance
115115
smart_scraper_graph = SmartScraperGraph(
116116
prompt="List me all the quotes, authors and tags ",
117-
file_source="http://quotes.toscrape.com", # also accepts a string with the already downloaded HTML code as string format
117+
source="http://quotes.toscrape.com", # also accepts a string with the already downloaded HTML code as string format
118118
config=graph_config
119119
)
120120

0 commit comments

Comments
 (0)