From ba0bd729192f6f99e80cc11d647e3ddc41977dda Mon Sep 17 00:00:00 2001 From: olly Date: Mon, 4 Sep 2017 02:11:00 -0700 Subject: [PATCH] Fix typo ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=167474040 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aff473c488..bd261e75ff 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ depend on them as you would on any other local module, for example: ```gradle compile project(':exoplayer-library-core') compile project(':exoplayer-library-dash') -compile project(':exoplayer-library-ui) +compile project(':exoplayer-library-ui') ``` ## Developing ExoPlayer ##