Skip to content

Commit bf4cb5d

Browse files
committed
links
1 parent 581251a commit bf4cb5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Because Scrapy does not have a good way to pass custom headers to a proxy when y
66

77
To use this extension, do the following:
88

9-
1. `pip install scrapy_proxy_headers`
9+
1. `pip install scrapy-proxy-headers`
1010
2. In your Scrapy `settings.py`, add the following code:
1111

1212
```python

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ classifiers = [
2323
[project.urls]
2424
Homepage = "https://github.com/proxymesh/scrapy-proxy-headers"
2525
Changelog = "https://github.com/proxymesh/scrapy-proxy-headers/commits/main/"
26+
Issues = "https://github.com/proxymesh/scrapy-proxy-headers/issues"

0 commit comments

Comments
 (0)