Merge pull request #101 from sahat/patch-2

fixed quote character
This commit is contained in:
Dmitry Gladkov 2016-07-25 13:38:13 +03:00 committed by GitHub
commit 31486f4f30

View File

@ -24,7 +24,7 @@ Then either:
#####Cocoapods
add the following line to your Podfile:
`pod 'BVLinearGradient', :path => ../node_modules/react-native-linear-gradient'`
`pod 'BVLinearGradient', :path => '../node_modules/react-native-linear-gradient'`
or:
#####Manually