Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Fix Syntax in Docs (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddydutta authored Aug 22, 2023
1 parent 469f40c commit fe3cf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_hub/apify/actor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ApifyActor = download_loader("ApifyActor")
reader = ApifyActor("<My Apify API token>")
documents = reader.load_data(
actor_id="apify/website-content-crawler",
run_input={"startUrls": [{"url": "https://gpt-index.readthedocs.io/en/latest"}]}
run_input={"startUrls": [{"url": "https://gpt-index.readthedocs.io/en/latest"}]},
dataset_mapping_function=tranform_dataset_item,
)
```
Expand Down

0 comments on commit fe3cf4c

Please sign in to comment.