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

Commit

Permalink
Cleaned up readme heading again
Browse files Browse the repository at this point in the history
  • Loading branch information
cgiffard committed Dec 19, 2011
1 parent 9e7b91f commit a41c1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -223,15 +223,15 @@ You can also independently run each of the following tasks:
* `jake minify` - generates the minified `captionator-min.js`
* `jake lint` - runs JSHINT over the unminified file.

#### Autobuild
### Autobuild

If you use a Mac, and Safari, autobuild.pl is a little script which monitors the source files, and then rebuilds, minifies, and lints captionator.js - and reloads your Safari tab whenever it detects changes. Using it is as simple as running:

```sh
./autobuild.pl
```

### Notes about newer browsers
## Notes about newer browsers

As browers start to implement WebVTT and the TextTrack JS API, Captionator.js will step back and your captions will be delivered by the native capabilities of those browsers.
In some cases though, the implementations are buggy or incomplete. Currently, both IE10's and Chrome's WebVTT & JS API implementations are incomplete. Captionator.js will not
Expand Down

0 comments on commit a41c1b6

Please sign in to comment.