From 3dd4bf748898837387bc93d5e1056ca614419acf Mon Sep 17 00:00:00 2001 From: Nobuo Saito Date: Fri, 24 May 2019 08:52:31 +0900 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33690fa..5b6715d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # XCTAssertAutolayout +[![Build Status](https://travis-ci.org/tarunon/XCTAssertAutolayout.svg?branch=master)](https://travis-ci.org/tarunon/XCTAssertAutolayout) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) + Provides autolayout test cases for Swift. @@ -14,7 +17,5 @@ Swift 4.2~ ## Carthage ```rb -github "tarunon/XCTAssertAutolayout" "master" +github "tarunon/XCTAssertAutolayout" "0.1.0" ``` - -Sorry for not yet release 🤕