Skip to content

Commit 4cbbeda

Browse files
authored
Update README.md
1 parent be08d6d commit 4cbbeda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Access the web interface at http://localhost:8721
1717

1818
1. Clone the repository:
1919
```bash
20-
git clone https://github.com/yourusername/docsrs-scraper.git
20+
git clone https://github.com/toolworks-dev/docsrs-scraper.git
2121
cd docsrs-scraper
2222
```
2323

2424
2. Create and activate virtual environment:
2525
```bash
2626
python -m venv venv
27-
source venv/bin/activate # On Windows: venv\Scripts\activate
27+
source venv/bin/activate
2828
```
2929

3030
3. Install dependencies:
@@ -48,5 +48,5 @@ gunicorn --bind 0.0.0.0:8721 --workers 4 --timeout 120 wsgi:app
4848

4949
### Command Line
5050
```bash
51-
python docs_scraper.py https://docs.rs/wgpu/latest/wgpu/ output.md
52-
```
51+
python docs_scraper.py https://docs.rs/wgpu/latest/wgpu output.md
52+
```

0 commit comments

Comments
 (0)