diff --git a/README.md b/README.md
index 36b0604..9f70d93 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Simple framework to demo how we can intercept URLRequest in iOS Apps. This frame
 
 NetworkInterceptor is available through CocoaPods. To install it, simply add the following line to your Podfile:
 ```ruby
-pod 'NetworkInterceptor', :git => 'https://github.com/depoon/NetworkInterceptor.git', :tag => '0.0.5'
+pod 'NetworkInterceptor'
 ```
 
 ## Main Components