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 --------------