Skip to content

Commit b87494b

Browse files
readme : add conan badge (#2196)
* Add conan badge * Fix markdown formating
1 parent ad13043 commit b87494b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[![Actions Status](https://github.com/ggerganov/whisper.cpp/workflows/CI/badge.svg)](https://github.com/ggerganov/whisper.cpp/actions)
66
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7+
[![Conan Center](https://shields.io/conan/v/whisper-cpp)](https://conan.io/center/whisper-cpp)
78
[![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
89

910
Stable: [v1.6.2](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.6.0) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
@@ -720,7 +721,7 @@ The [main](examples/main) example provides support for output of karaoke-style m
720721
currently pronounced word is highlighted. Use the `-wts` argument and run the generated bash script.
721722
This requires to have `ffmpeg` installed.
722723

723-
Here are a few *"typical"* examples:
724+
Here are a few _"typical"_ examples:
724725

725726
```bash
726727
./main -m ./models/ggml-base.en.bin -f ./samples/jfk.wav -owts

0 commit comments

Comments
 (0)