From 22541243d96f6d4f50bf082c1f91a911ed91aba1 Mon Sep 17 00:00:00 2001 From: Michael Lefkowitz <1746853+lfkwtz@users.noreply.github.com> Date: Wed, 22 Aug 2018 23:36:10 -0500 Subject: [PATCH] react-native link now targets react-native-fast-image (#264) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 686ab80..36f08d9 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ and yarn add react-native-fast-image # Automatic linking. (other linking methods listed below) -react-native link +react-native link react-native-fast-image ``` ```jsx