patrickacraig commited on
Commit
7c836b8
·
1 Parent(s): 4de6b15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -58,8 +58,7 @@ The scraped content is saved into a markdown file named after the domain of the
58
  ```
59
 
60
  ## Rate Limiting
61
- The script is designed to adhere to a rate limit of 10 scrapes per minute in adherence with the Firecrawl API free tier. To disable it, set the `LIMIT_RATE` environment variable to `False` in your `.env` file:```plaintext
62
- LIMIT_RATE=False```
63
 
64
  ## Usage
65
 
 
58
  ```
59
 
60
  ## Rate Limiting
61
+ The script is designed to adhere to a rate limit of 10 scrapes per minute in adherence with the Firecrawl API free tier. To disable it, set the `LIMIT_RATE` environment variable to `False` in your `.env` file.
 
62
 
63
  ## Usage
64