From 7036132f57582e59ab91eae34f6761701da9dec6 Mon Sep 17 00:00:00 2001 From: Jared Johnson Date: Sun, 14 Aug 2022 17:08:38 -0400 Subject: [PATCH] docs: Fix typo in README (#135) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2fdf99..09ade26 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ bower install --save videojs-contrib-quality-levels ## Using -The list of `QualiyLevels` can be accessed using `qualityLevels()` on the Player object. +The list of `QualityLevels` can be accessed using `qualityLevels()` on the Player object. With this list, you can: * See which quality levels are available for the current source * Enable or disable specific quality levels to change which levels are selected by ABR