From da26b03d9cf4e63fed9bf3f6d0115159c6b16fb0 Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Mon, 3 Nov 2014 12:01:25 +0000 Subject: [PATCH] Minor setup tweaks. --- CONTRIBUTING.md | 2 +- README.md | 2 +- settings.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09cc6bdf41..12b5bcf219 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# How to contribute # +# How to Contribute # We'd love to hear your feedback. Please open new issues describing any bugs, feature requests or suggestions that you have. diff --git a/README.md b/README.md index 6faf3a264b..3a0e309a7f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ExoPlayer is an application level media player for Android. It provides an alternative to Android’s MediaPlayer API for playing audio and video both -locally and over the internet. ExoPlayer supports features not currently +locally and over the Internet. ExoPlayer supports features not currently supported by Android’s MediaPlayer API (as of KitKat), including DASH and SmoothStreaming adaptive playbacks, persistent caching and custom renderers. Unlike the MediaPlayer API, ExoPlayer is easy to customize and extend, and diff --git a/settings.gradle b/settings.gradle index 6a19aced48..63dd803377 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,4 +12,4 @@ // See the License for the specific language governing permissions and // limitations under the License. include ':library' -include ':demo' \ No newline at end of file +include ':demo'