From 8bb68e55dcea958d88ac6958f0d9b5e6ccc4a37c Mon Sep 17 00:00:00 2001 From: Kabir Goel Date: Wed, 24 Jul 2019 13:35:32 +0530 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b80f9..9acb408 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ pod init Then open the `Podfile` file in your project and add this line to your app target: ```ruby -pod CameraKit-iOS +pod 'CameraKit-iOS' ``` and it will automatically create a `Podfile` and integrate the pods into the project by creating a separate `.xcworkspace` file. You will open this file in Xcode from now on.