From 4ee81aa5e8bd4d25b518920e8892b4563d4ee960 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Thu, 30 Jun 2016 15:03:19 -0700 Subject: [PATCH] Fix link to example project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb97949..9002d3c 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ props: ### Updating the values for fun -Check out [Examples/AnimatedGradient] (`git clone` this project, cd into it, npm install, open in XCode and run) to see how this is done: +Check out [Examples/AnimatedGradient](https://github.com/brentvatne/react-native-linear-gradient/blob/master/Examples/AnimatedGradient/src/index.js) (`git clone` this project, cd into it, npm install, open in XCode and run) to see how this is done: ![Example with extra props](https://raw.githubusercontent.com/brentvatne/react-native-linear-gradient/master/images/example-animated.gif)