Skip to content

Commit

Permalink
docs: update options declaration link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Jun 26, 2024
1 parent a19adb1 commit 08c8deb
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 @@ -79,7 +79,7 @@ import { CompanyTypes, createScraper } from 'israeli-bank-scrapers';
})();
```

Check the options declaration [here](./src/scrapers/base-scraper.ts) for available options.
Check the options declaration [here](./src/scrapers/interface.ts#L29) for available options.

Regarding credentials, you should provide the relevant credentials for the chosen company. See [this file](./src/definitions.ts) with list of credentials per company.

Expand Down

0 comments on commit 08c8deb

Please sign in to comment.