From 0444f004e1fc94f0c1a106f10566d85e5bb81df7 Mon Sep 17 00:00:00 2001 From: Nobutaka Yuasa Date: Tue, 15 Dec 2015 21:54:10 +0900 Subject: [PATCH] Fix typo --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 96363c9..fd883b5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,7 +9,7 @@ There are three ways to add IDZCommonCrypto to your project: If you are using CocoaPods, add the following to your Podfile: ```bash -pod 'IDZSwiftCommonCrypto` +pod 'IDZSwiftCommonCrypto' ``` Then, run the following command to install the IDZSwiftCommonCrypto pod: