From 672450c158e6f25e6231f10b32a86ccc98d78c08 Mon Sep 17 00:00:00 2001 From: Jeison C Date: Sun, 6 Nov 2022 11:05:11 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 878bc93..21d0656 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # vtt_to_srt3 Convert vtt files to srt subtitle format +> For Python 3.x [you can get version for Python 2.7 here](https://github.com/jansenicus/vtt-to-srt.py) +## Docs +[https://jsonzilla.github.io/vtt_to_srt3/](https://jsonzilla.github.io/vtt_to_srt3/) -## Note -For Python 3.x [you can get version for Python 2.7 here](https://github.com/jansenicus/vtt-to-srt.py) - ## Installation ```shell pip install vtt_to_srt3 @@ -67,4 +67,4 @@ python -m pip install pdoc3 pdoc --html vtt_to_srt/vtt_to_srt.py -o docs mv docs/vtt_to_srt.html docs/index.html rm -rm docs/vtt_to_srt -``` \ No newline at end of file +```