From c88e12d02995e4c1c05476832849a082b1574b43 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Sat, 7 Sep 2019 14:48:30 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 45b27f2..d965699 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Testables +[![CocoaPods](http://img.shields.io/cocoapods/v/Testables.svg)](https://cocoapods.org/pods/Testables) +[![CI](https://github.com/StyleShare/Testables/workflows/CI/badge.svg)](https://github.com/StyleShare/Testables/actions) + Make private properties testable. ## Background