diff options
author | Sam Potts <sam@potts.es> | 2020-08-30 15:52:19 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 15:52:19 +1000 |
commit | 98dbb2e43ffc830737a1b4b4ea631482fd89bfdb (patch) | |
tree | 30ecd46a138a8f1aaaafa6ff8295a762fa5a6ed7 | |
parent | 3e70f32555b93dfb650932787479f00b0480f524 (diff) | |
parent | 2ee6ae16b29227af3cc281f9bb22d991abe9740d (diff) | |
download | plyr-98dbb2e43ffc830737a1b4b4ea631482fd89bfdb.tar.lz plyr-98dbb2e43ffc830737a1b4b4ea631482fd89bfdb.tar.xz plyr-98dbb2e43ffc830737a1b4b4ea631482fd89bfdb.zip |
Merge pull request #1885 from mercuryseries/patch-1
Fix small typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ You can set them in your CSS for all players: ```html <video class="player" style="--plyr-color-main: #1ac266;"> ... -</vieo> +</video> ``` ### SASS |