Update README.md

This commit is contained in:
ojw28 2015-12-10 18:08:39 +00:00
parent 247ac80b52
commit 748e5f3013

View File

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