Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ to all use cases, both audio and video.

```HTML
<!-- Dependencies -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>

<!-- CSS -->
<link rel="stylesheet" href="build/ableplayer.min.css" type="text/css"/>
Expand Down Expand Up @@ -592,7 +592,7 @@ perfect synchronization between all timed text files, Able Player (in version 3.
a Video Transcript Sorter (VTS). The VTS displays all timed text content from all sources
in a table, and provides several features that enable users to rearrange content and
modify start and end times. Users can also insert new content into the table, which can be useful
for authoring low frequency content such as chapters and description. Too use VTS,
for authoring low frequency content such as chapters and description. To use VTS,
add the following HTML to the desired location within any web page that includes an
Able Player instance:

Expand Down