From c8608372f3d4c31af065241ff2bbb7c51f9f8b70 Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 22 Dec 2023 16:11:46 -0800 Subject: [PATCH] markdown --- README.md | 3 ++- sdk/ios/README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25f9fd01d..d9549be51 100644 --- a/README.md +++ b/README.md @@ -1394,8 +1394,9 @@ picovoice.delete(); ``` ### iOS - + The Picovoice iOS SDK is available via [Cocoapods](https://cocoapods.org). To import it into your iOS project install Cocoapods and add the following line to your Podfile: + ```ruby pod 'Picovoice-iOS' diff --git a/sdk/ios/README.md b/sdk/ios/README.md index 67fbcf786..54cd938b9 100644 --- a/sdk/ios/README.md +++ b/sdk/ios/README.md @@ -17,9 +17,9 @@ Picovoice is: - **Cross-Platform:** Design once, deploy anywhere. Build using familiar languages and frameworks. ## Installation - + The Picovoice iOS SDK is available via [Cocoapods](https://cocoapods.org). To import it into your iOS project install Cocoapods and add the following line to your Podfile: - + ```ruby pod 'Picovoice-iOS' ```