From 261e8ac7a02a0336e6f7a3b2988f1e01a40ec453 Mon Sep 17 00:00:00 2001 From: Harry Tran Date: Mon, 12 Aug 2019 07:44:43 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f67be7c..191db87 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ brew install carthage To integrate Spider into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "hoangtaiki/Spider" ~> 1.0 +github "hoangtaiki/Spider" ~> 0.0.1 ``` Run `carthage update` to build the framework and drag the built `Spider.framework` into your Xcode project. @@ -109,4 +109,4 @@ This request will only accept url has `absoluteString` is `https://www.apple.com We’re glad you’re interested in Spider, and we’d love to see where you take it. If you have suggestions or bug reports, feel free to send pull request or create new issue. -Thanks, and please *do* take it for a joyride! \ No newline at end of file +Thanks, and please *do* take it for a joyride!