From 9192271c8cc5c64634d38079db30eabc652ad22a Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 22 Dec 2023 14:13:40 -0800 Subject: [PATCH] fix markdown --- binding/ios/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/binding/ios/README.md b/binding/ios/README.md index 794a9aa..7522229 100644 --- a/binding/ios/README.md +++ b/binding/ios/README.md @@ -10,7 +10,9 @@ Cobra is a highly accurate and lightweight voice activity detection (VAD) engine ## Installation + The Cobra iOS binding is available via [Cocoapods](https://cocoapods.org/pods/Cobra-iOS). To import it into your iOS project, add the following line to your Podfile and run `pod install`: + ```ruby pod 'Cobra-iOS'