From d55479ec5cf552fc5ecdff44ea976a49455ccf6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=AC=E6=9C=A8=E8=88=9F=E7=9A=84=E6=9C=A8?= Date: Tue, 18 Jan 2022 14:55:26 -0800 Subject: [PATCH] Update README.zh.md (#1545) Summary: `pod 'IGListKit', '~> 4.0.0'` Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1545 Differential Revision: D33592010 Pulled By: lorixx fbshipit-source-id: b01bdaa0aacc01b4d7d8ec3470903e59c58db7d9 --- README.zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index 630ee01d..991d90ed 100644 --- a/README.zh.md +++ b/README.zh.md @@ -62,7 +62,7 @@ 推荐使用[CocoaPods](https://cocoapods.org)来进行安装,只需添加如下语句到你的`Podfile`文件中: ```ruby -pod 'IGListKit', '~> 3.0' +pod 'IGListKit', '~> 4.0.0' ``` ### Carthage