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 ###