瀏覽代碼

Changes to Readme

Kolja Beigel 1 年之前
父節點
當前提交
6b8d923e14
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -17,8 +17,9 @@ https://github.com/KoljaB/RealtimeSTT/assets/7604638/207cb9a2-4482-48e7-9d2b-072
 ### Updates
 
 #### v0.1.5
-    - Bugfix for detection of short speech right after sentence detection (the problem mentioned in the video)
-    - Main transcription and recording moved into separate process contexts with multiprocessing
+
+- Bugfix for detection of short speech right after sentence detection (the problem mentioned in the video)
+- Main transcription and recording moved into separate process contexts with multiprocessing
 
 > **Hint:** *Since we use the `multiprocessing` module now, ensure to include the `if __name__ == '__main__':` protection in your code to prevent unexpected behavior, especially on platforms like Windows. For a detailed explanation on why this is important, visit the [official Python documentation on `multiprocessing`](https://docs.python.org/3/library/multiprocessing.html#multiprocessing-programming).*