From ddc1c54325c613f1891e70bc795e071491e93064 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Sat, 2 Jun 2018 22:17:44 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50435ae6..312e5ae0 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ include ':react-native-video' project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android-exoplayer') ``` -If you need to use the old Android media player based player, use the following instead: +If you need to use the old Android MediaPlayer based player, use the following instead: ```gradle include ':react-native-video'