From 87b9a69d0111f6186b1c790ad381ac5cf8c64dd0 Mon Sep 17 00:00:00 2001 From: Nitish Makhija Date: Sat, 26 Aug 2017 21:46:23 +0530 Subject: [PATCH] Update README.md updated documenttion --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb9c94d..6f7fea6 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,17 @@ Drag drop Source folder in your project # Pods -target 'MyApp' do - pod 'NMEasyTipView', '~> 1.0' -end +To integrate EasyTipView into your Xcode project using CocoaPods, specify it in your `Podfile`: + +```ruby +pod 'NMEasyTipView', '~> 1.0' +``` + +Then, run the following command: + +```bash +$ pod install +``` Usage --------------