Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Edited README.markdown via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
cgiffard committed Aug 24, 2011
1 parent bfec094 commit e6e07f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Captionator

**Simple closed-captioning polyfill for HTML5. Just 7KB when gzipped!**


What does Captionator do?
_________________________
-------------------------

* Implements the WHATWG `TimedTextTrack` Specification, complete with the full JavaScript API
* Supports the `<track>` element
Expand All @@ -14,7 +15,7 @@ _________________________
* Small, configurable, and under active development
* Library independent
* Accessible, with ARIA support
* Minimal footprint (written with a closure)
* Minimal global namespace footprint (written with a closure)

What can I do with Captionator?
--------------------------
Expand All @@ -31,7 +32,7 @@ What can I do with Captionator?
You can see a demo of Captionator here: http://captionatorjs.com/demo.html

Using Captionator
_________________________
------------------

After including the library, adding captions to your video is pretty simple:

Expand Down

0 comments on commit e6e07f1

Please sign in to comment.