Skip to content

Commit d9c3a54

Browse files
authored
Update README.md
Add link to the WCAG in the contrast ratio section.
1 parent 9b51501 commit d9c3a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To calculate the contrast ratio between two colors, simply use the `contrastRati
114114
let contrastRatio = UIColor.green.contrastRatio(with: UIColor.white)
115115
```
116116
The contrast ratio is particularly important when displaying text.
117-
To ensure that it's readable by everyone, **ColorKit** makes it easy for you to follow the accessibility guidelines set by WCAG 2.
117+
To ensure that it's readable by everyone, **ColorKit** makes it easy for you to follow the accessibility guidelines set by [WCAG 2](https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0#qr-visual-audio-contrast-contrast).
118118

119119
---
120120

0 commit comments

Comments
 (0)