From bf3c2ae36d0213a9dbfe7c4db7774d0b16b38c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20S=CC=81liwin=CC=81ski?= Date: Tue, 4 Aug 2020 08:11:17 +0200 Subject: [PATCH] Update README Add link to the documentation and use http links instead of local links to properly show images in the jazzy generated documentation --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4c42ae..a42eedb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![PGS Software](Assets/pgssoft-logo.png) +![PGS Software](https://github.com/PGSSoft/ParallaxView/raw/master/Assets/pgssoft-logo.png) # ParallaxView @@ -13,8 +13,8 @@ **Easy to use `UIView`, `UICollectionViewCell` with parallax effect and extensions to add this effect to any `UIView`. Rotate view using Apple TV remote. Works confusingly similar to tiles in the home screen of the Apple TV.** -![ParallaxView](Assets/parallax_view.gif) -![ParallaxView](Assets/parallax_collection_view_cell.gif) +![ParallaxView](https://github.com/PGSSoft/ParallaxView/raw/master/Assets/parallax_view.gif) +![ParallaxView](https://github.com/PGSSoft/ParallaxView/raw/master/Assets/parallax_collection_view_cell.gif) ### ParallaxView @@ -53,6 +53,8 @@ For more details look into example. The component is documented in code, also look into example for more details. +[Documentation](https://pgssoft.github.io/ParallaxView/) + ### Properties `ParallaxView` and `ParallaxCollectionViewCell` have the same properties for customisation.