1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-27 02:43:45 +02:00

normalizing markdown markup, whitespace, spelling

This commit is contained in:
Jim R. Wilson 2013-02-25 17:13:58 -05:00
parent b681af9cf8
commit e005f1a505

View File

@ -1,10 +1,10 @@
[Video.js - HTML5 and Flash Video Player](http://videojs.com) [![Build Status](https://travis-ci.org/zencoder/video-js.png?branch=master)](https://travis-ci.org/zencoder/video-js)
==================================================
# [Video.js - HTML5 and Flash Video Player](http://videojs.com) [![Build Status](https://travis-ci.org/zencoder/video-js.png?branch=master)](https://travis-ci.org/zencoder/video-js)
Visit the main site at [videojs.com](http://videojs.com) for download options and instructions.
### PLEASE EXCUSE OUR DUST
We're finishing up a big overhaul of the libary which inludues
## PLEASE EXCUSE OUR DUST
We're finishing up a big overhaul of the libary which includes
* Closure compiler advanced mode support for drastically better minification over previous versions
* Flashy new automated builds and test using node.js and grunt
@ -13,7 +13,8 @@ Check out our [contributing guide](https://github.com/zencoder/video-js/blob/mas
## About
Video.js was built to provide a fast and easy way to embed and work with video in a web page. It was built from the ground up with the assumption that HTML5 is the future of web video, however it supports Flash equally well for older browsers and for advanced features not yet supported in HTML5.
Video.js was built to provide a fast and easy way to embed and work with video in a web page.
It was built from the ground up with the assumption that HTML5 is the future of web video, however it supports Flash equally well for older browsers and for advanced features not yet supported in HTML5.
Some of the focuses of Video.js are:
@ -22,12 +23,11 @@ Some of the focuses of Video.js are:
- Easily skinned (themed/chromed) using just CSS
- A JavaScript API for controlling the video that works consistently across video platforms (HTML5, Flash, and soon other players like youtube) as well as devices
Getting Started
---------------
## Getting Started
Check out our [getting started guide](http://videojs.com/#section5).
Contributing
------------
## Contributing
Check out our [contributing guide](https://github.com/zencoder/video-js/blob/master/CONTRIBUTING.md).