Skip to content

Commit d96f509

Browse files
VinciGit00claude
andcommitted
fix: update repo URL to ScrapeGraphAI/just-scrape
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent caba45e commit d96f509

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Requires [Bun](https://bun.sh) and Node.js 22+.
4141

4242
```bash
4343
# Clone the repository
44-
git clone https://github.com/ScrapeGraphAI/just-scrape-cli.git
45-
cd just-scrape-cli
44+
git clone https://github.com/ScrapeGraphAI/just-scrape.git
45+
cd just-scrape
4646

4747
# Install dependencies
4848
bun install
@@ -262,7 +262,7 @@ Covers all SDK functions: success paths, polling, HTTP error mapping (401/402/42
262262
## Project Structure
263263

264264
```
265-
just-scrape-cli/
265+
just-scrape/
266266
├── src/
267267
│ ├── cli.ts # Entry point, citty main command + subcommands
268268
│ ├── lib/

0 commit comments

Comments
 (0)