Skip to content

Commit 3870ad3

Browse files
Fix link for linear-gradient documentation
Corrected the link for linear-gradient in README.
1 parent 1d91823 commit 3870ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![License](https://img.shields.io/cocoapods/l/BadgeSwift.svg?style=flat)](/LICENSE)
66
[![Platform](https://img.shields.io/cocoapods/p/BadgeSwift.svg?style=flat)](http://cocoadocs.org/docsets/BadgeSwift)
77

8-
The main idea of this converter is adopt the same gradient from Web to iOS. The CSS has [linear-gradient()](https://developer.mozilla.org/ru/docs/Web/CSS/linear-gradient)
8+
The main idea of this converter is adopt the same gradient from Web to iOS. The CSS has [linear-gradient()](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/gradient/linear-gradient)
99
func to create gradient.
1010
## Web CSS
1111
```javascript

0 commit comments

Comments
 (0)