From 45a292867c74e1b129ad1852045cd68c321178e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pozzobon?= Date: Tue, 13 Feb 2024 20:42:16 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c656cf..1c2146e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,6 @@ You can also use the `IrregularGradient` standalone view, which exists in its ow ## How it's done The current implementation of this package is done through the creation of blobs (SwiftUI's [Ellipse](https://developer.apple.com/documentation/swiftui/ellipse) shape) of the specified colors that move and scale randomly in the container, and are then blurred to achieve the desired effect. -### Questions +## Questions If you have any questions or suggestions, you can create an issue or pull request on this GitHub repository or even contact me via [Twitter](https://twitter.com/joogps) or [email](mailto:joogps@gmail.com).