Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A powerful tool for analyzing text-background contrast ratios in UI screenshots
### Install from source

```bash
git clone https://github.com/yourusername/ContrastCheck.git
git clone https://github.com/longweillw-blip/ContrastCheck.git
cd ContrastCheck
pip install -e .
```
Expand Down Expand Up @@ -310,7 +310,7 @@ If you use ContrastCheck in your research or project, please cite:
title = {ContrastCheck: UI Screenshot Contrast Ratio Analyzer},
author = {ContrastCheck Contributors},
year = {2026},
url = {https://github.com/yourusername/ContrastCheck}
url = {https://github.com/longweillw-blip/ContrastCheck}
}
```

Expand Down
Loading