From e005f1a505ab59c6b3efba80228a0421a7ef0b42 Mon Sep 17 00:00:00 2001 From: "Jim R. Wilson" Date: Mon, 25 Feb 2013 17:13:58 -0500 Subject: [PATCH] normalizing markdown markup, whitespace, spelling --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 65c792bd2..7b5c8fa53 100644 --- a/README.md +++ b/README.md @@ -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). -