From 1fd2e61431d9ef8409e939215b7d5158c9e19bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robb=20B=C3=B6hnke?= <212465+robb@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:54:55 +0100 Subject: [PATCH] Mention examples repo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ded5ae..cc90e24 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To add a package dependency to your Xcode project, select _File_ > _Add Package_ Pow features a selection of [SwiftUI transitions](#transitions) as well as [Change Effects](#change-effects) that trigger every time a value is updated. -You can find previews of all effects [on the Pow website](https://movingparts.io/pow). +You can find previews of all effects [on the Pow website](https://movingparts.io/pow). If you have an iOS Developer Environment, you can check out the [Pow Example App](https://github.com/movingparts-io/Pow-Examples). ## Change Effects