From a84d6ce625ba5d43204844bd5080b7e6660da8b9 Mon Sep 17 00:00:00 2001 From: Ivan Vorobei Date: Wed, 15 May 2019 13:15:49 +0300 Subject: [PATCH] Update Readme Set `ruby` for pod line. More text for `License` section. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91cbc02..c985c78 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Bagel is a little native iOS network debugger. It's not a proxy debugger so you - Build and archive the project. #### Install iOS Client #### CocoaPods -```shhttps://img.shields.io/badge/version-1.3.1-blue.svg?style=flat +```ruby pod 'Bagel', '~> 1.3.2' ``` ##### Carthage @@ -75,4 +75,4 @@ If you change Netservice parameters in your app, you should also change them on License ---- -Apache +Apache License. Check `LICENSE` file for details.