# Task: Fix wrong clone URL in README

## What's wrong

The `README.md` in this repo contains an incorrect GitHub clone URL pointing to a non-existent repository (`github.com/catalayer/repoblackbox`).

## What to do

Update the clone URL in `README.md` to the correct repository:

```
https://github.com/stephenywilson/RepoBlackbox
```

## Constraints

- **Do not** modify `package.json`
- **Do not** modify any source files (`src/**`)
- Make the smallest possible change

## Done when

- README.md contains `https://github.com/stephenywilson/RepoBlackbox`
- README.md no longer contains `catalayer/repoblackbox`
- No other files were touched
