diff --git a/README.md b/README.md index 40069410c..63395e281 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [Video.js - HTML5 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 Video Player](http://videojs.com) [![Build Status](https://travis-ci.org/videojs/video.js.png?branch=master)](https://travis-ci.org/videojs/video.js) > Video.js is a web video player built from the ground up for an HTML5 world. It supports HTML5 and Flash video, as well as YouTube and Vimeo (through [plugins](https://github.com/videojs/video.js/wiki/Plugins)). It supports video playback on desktops and mobile devices. This project was started mid 2010, and the player is now used on over 50,000 websites. diff --git a/src/js/player.js b/src/js/player.js index 6797d551a..195234674 100644 --- a/src/js/player.js +++ b/src/js/player.js @@ -5,7 +5,7 @@ * var myPlayer = videojs('example_video_1'); * ``` * - * In the follwing example, the `data-setup` attribute tells the Video.js library to create a player instance when the library is ready. + * In the following example, the `data-setup` attribute tells the Video.js library to create a player instance when the library is ready. * * ```html *