From 748e5f301308b40e4cc55ca36af0ac4629b0418e Mon Sep 17 00:00:00 2001 From: ojw28 Date: Thu, 10 Dec 2015 18:08:39 +0000 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6b3dac2714..7fe02ec12e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,16 @@ Read news, hints and tips on the [news][] page. [news]: https://google.github.io/ExoPlayer/news.html +## Documentation ## + +* The [developer guide][] provides a wealth of information to help you get started. +* The [class reference][] documents the ExoPlayer library classes. +* The [release notes][] document the major changes in each release. + +[developer guide]: https://google.github.io/ExoPlayer/guide.html +[class reference]: https://google.github.io/ExoPlayer/doc/reference +[release notes]: https://github.com/google/ExoPlayer/blob/dev/RELEASENOTES.md + ## Using ExoPlayer ## ### Via jCenter ### @@ -58,17 +68,7 @@ sh and copy `library.jar` to the libs folder of your new project. -## Documentation ## - -* The [developer guide][] provides a wealth of information to help you get started. -* The [class reference][] documents the ExoPlayer library classes. -* The [release notes][] document the major changes in each release. - -[developer guide]: https://google.github.io/ExoPlayer/guide.html -[class reference]: https://google.github.io/ExoPlayer/doc/reference -[release notes]: https://github.com/google/ExoPlayer/blob/dev/RELEASENOTES.md - -## Development ## +## Developing ExoPlayer ## ### Project branches ###