Skip to content

Commit 672450c

Browse files
authored
Update README.md
1 parent 5436f50 commit 672450c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# vtt_to_srt3
22
Convert vtt files to srt subtitle format
3+
> For Python 3.x [you can get version for Python 2.7 here](https://github.com/jansenicus/vtt-to-srt.py)
34
5+
## Docs
6+
[https://jsonzilla.github.io/vtt_to_srt3/](https://jsonzilla.github.io/vtt_to_srt3/)
47

58

6-
## Note
7-
For Python 3.x [you can get version for Python 2.7 here](https://github.com/jansenicus/vtt-to-srt.py)
8-
99
## Installation
1010
```shell
1111
pip install vtt_to_srt3
@@ -67,4 +67,4 @@ python -m pip install pdoc3
6767
pdoc --html vtt_to_srt/vtt_to_srt.py -o docs
6868
mv docs/vtt_to_srt.html docs/index.html
6969
rm -rm docs/vtt_to_srt
70-
```
70+
```

0 commit comments

Comments
 (0)