diff --git a/README.md b/README.md index facde15..5545774 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,8 @@ python3 test_simple.py test_mono.wav #### test_simple.py + +``` #!/usr/bin/env python3 import wave @@ -258,6 +260,5 @@ while True: print(rec.PartialResult()) print(rec.FinalResult()) - - +```