From cdac9a58c84ce5d1c8fce52e14b06155b8dddd71 Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Wed, 17 Jun 2020 12:27:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20::=20Fix=20wrong=20image=20refer?= =?UTF-8?q?ence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9071f99..8b86f62 100644 --- a/readme.md +++ b/readme.md @@ -143,7 +143,7 @@ let notchGradientLoadingBar = NotchGradientLoadingBar( ) ``` -[![Example][notch-bar-example--thumbnail]][notch-bar-example] +[![Example][notch-example--thumbnail]][notch-example] #### GradientActivityIndicatorView In case you don't want to add the loading bar onto the key-window, this framework provides the `GradientActivityIndicatorView`, which is a direct subclass of `UIView`. You can add the view to another view either inside the interface builder or programmatically.