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 +```