Skip to content

Commit 98f66a0

Browse files
committed
Update README
1 parent cdc7402 commit 98f66a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ A GitHub Actions workflow is set up in `.github/workflows/ci-cd.yml`. It:
192192
---
193193

194194
## **Current Limitations**
195-
- HTTP/2 Support: Requires httpx[http2] installed; if the server doesn’t support HTTP/2, it falls back to HTTP/1.1.
195+
- HTTP/2 Support: Requires `httpx[http2]` installed; if the server doesn’t support HTTP/2, it falls back to HTTP/1.1.
196196
- Depth Control: Currently only recurses subpages one level deep. If more thorough or deeper crawling is needed, logic can be extended.
197197
- Year Parsing: If year formats differ (e.g., “19-20” instead of “2019-2020”), the regex must be adjusted.
198198
- Retries: The current code logs but doesn’t implement an automatic retry strategy. That can be added if downloads frequently fail.

0 commit comments

Comments
 (0)