Commit 748e5f30 by ojw28

Update README.md

parent 247ac80b
Showing with 11 additions and 11 deletions
...@@ -14,6 +14,16 @@ Read news, hints and tips on the [news][] page. ...@@ -14,6 +14,16 @@ Read news, hints and tips on the [news][] page.
[news]: https://google.github.io/ExoPlayer/news.html [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 ## ## Using ExoPlayer ##
### Via jCenter ### ### Via jCenter ###
...@@ -58,17 +68,7 @@ sh ...@@ -58,17 +68,7 @@ sh
and copy `library.jar` to the libs folder of your new project. and copy `library.jar` to the libs folder of your new project.
## Documentation ## ## Developing ExoPlayer ##
* 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 ##
### Project branches ### ### Project branches ###
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment