From d83c74a79f98f4f54015acc74f0499da9d7cccdd Mon Sep 17 00:00:00 2001
From: Barabazs <31799121+Barabazs@users.noreply.github.com>
Date: Sun, 29 Jan 2023 16:07:58 +0100
Subject: [PATCH] doc: format checklist
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 65f1152..fc7254c 100644
--- a/README.md
+++ b/README.md
@@ -163,21 +163,21 @@ The next major upgrade we are working on is whisper with speaker diarization, so
Coming Soon 🗓
-[x] ~~Multilingual init~~ done
+* [x] Multilingual init
-[x] ~~Subtitle .ass output~~ done
+* [x] Subtitle .ass output
-[x] ~~Automatic align model selection based on language detection~~ done
+* [x] Automatic align model selection based on language detection
-[x] ~~Python usage~~ done
+* [x] Python usage
-[x] ~~Character level timestamps~~
+* [x] Character level timestamps
-[x] ~~Incorporating speaker diarization~~
+* [x] Incorporating speaker diarization
-[ ] Improve diarization (word level)
+* [ ] Improve diarization (word level)
-[ ] Inference speedup with batch processing
+* [ ] Inference speedup with batch processing