From 7347c5b29c5730eac9c238e5be7a6864d57d6f0f Mon Sep 17 00:00:00 2001 From: Dscyre Scotti <67727096+dscyrescotti@users.noreply.github.com> Date: Wed, 21 Jul 2021 19:49:03 +0630 Subject: [PATCH] docs: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d9a93c..c0455cf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ dependencies: [ ### CocoaPods Inside your Podfile, ```ruby -pod 'CodableX' +pod 'CodableX', :git => 'https://github.com/dscyrescotti/CodableX.git' ``` Currently, __CodableX__ is able to be installed via __Swift Package Manager__ and __CocoaPods__. @@ -248,4 +248,4 @@ __CodableX__ welcomes all developers to contribute if you have any idea to impro ## License -CodableX is available under the MIT license. See the [LICENSE](LICENSE) file for more info. \ No newline at end of file +CodableX is available under the MIT license. See the [LICENSE](LICENSE) file for more info.