Dominik Macháček commited on
Commit
6b1c2c5
·
2 Parent(s): b3647da 8223afe

Merge pull request #75 from gaardhus/patch-1

Browse files

Update README.md: Add Python syntax highlighting to code chunk

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -159,7 +159,7 @@ The code whisper_online.py is nicely commented, read it as the full documentatio
159
 
160
  This pseudocode describes the interface that we suggest for your implementation. You can implement any features that you need for your application.
161
 
162
- ```
163
  from whisper_online import *
164
 
165
  src_lan = "en" # source language
 
159
 
160
  This pseudocode describes the interface that we suggest for your implementation. You can implement any features that you need for your application.
161
 
162
+ ```python
163
  from whisper_online import *
164
 
165
  src_lan = "en" # source language