Browse Source

Correct video urls.

main
Marcel Costa 1 year ago
parent
commit
9ce48fecce
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md

@ -4,7 +4,7 @@ scMonitor is a shinny application writen in R that allows to easily explore alre
Here, there is a video showing its features: Here, there is a video showing its features:
<video width="720" height="420" controls> <video width="720" height="420" controls>
<source src="scMonitor.webm" type="video/webm">
<track src="scMonitor.eng.vtt" kind="subtitles" srclang="en" label="English" default>
<track src="scMonitor.es.vtt" kind="subtitles" srclang="es" label="Spanish">
<source src="https://git.ratg.cat/marcelcosta/scMonitor/raw/branch/main/scMonitor.webm" type="video/webm">
<track src="https://git.ratg.cat/marcelcosta/scMonitor/raw/branch/main/scMonitor.eng.vtt" kind="subtitles" srclang="en" label="English" default>
<track src="https://git.ratg.cat/marcelcosta/scMonitor/raw/branch/main/scMonitor.es.vtt" kind="subtitles" srclang="es" label="Spanish">
</video> </video>

Loading…
Cancel
Save