mirror of
https://github.com/videojs/video.js.git
synced 2024-12-27 02:43:45 +02:00
Removed unstable warning
This commit is contained in:
parent
872459837b
commit
a56781945a
@ -1,8 +1,4 @@
|
|||||||
## Please Note!
|
![Video.js logo](http://videojs.com/img/logo.png)
|
||||||
The master branch is now the development branch for 5.0 and should be considered unstable until the first 5.0 release. If you're looking for the most recent stable release, please refer to the [stable branch](https://github.com/videojs/video.js/tree/stable).
|
|
||||||
|
|
||||||
|
|
||||||
![Video.js logo](https://i.cloudup.com/C3nAUZ-l4c.png)
|
|
||||||
|
|
||||||
# [Video.js - HTML5 Video Player](http://videojs.com) [![Build Status](https://travis-ci.org/videojs/video.js.svg?branch=master)](https://travis-ci.org/videojs/video.js)
|
# [Video.js - HTML5 Video Player](http://videojs.com) [![Build Status](https://travis-ci.org/videojs/video.js.svg?branch=master)](https://travis-ci.org/videojs/video.js)
|
||||||
|
|
||||||
@ -48,8 +44,7 @@ var player = videojs('really-cool-video', { /* Options */ }, function() {
|
|||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
If you're ready to dive in, the [documentation](docs/index.md) is the first place to go for more information. Generally the
|
If you're ready to dive in, the [documentation](http://docs.videojs.com) is the first place to go for more information.
|
||||||
[player API docs](docs/api/vjs.Player.md) are the most pertinent.
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Video.js is a free and open source library, and we appreciate any help you're willing to give. Check out the [contributing guide](CONTRIBUTING.md).
|
Video.js is a free and open source library, and we appreciate any help you're willing to give. Check out the [contributing guide](CONTRIBUTING.md).
|
||||||
|
Loading…
Reference in New Issue
Block a user