From 5b8e7ea6677349468d80f838aef44cb7878431ca Mon Sep 17 00:00:00 2001 From: Ayaka Nonaka Date: Fri, 25 Jul 2014 21:55:22 -0700 Subject: [PATCH] [README.md] Update Podfile example to allow minor version updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 067001f..481f447 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Installation The easiest way to get started is to use [CocoaPods](http://cocoapods.org/). Just add the following line to your Podfile: ```ruby -pod 'VENTokenField', '~> 2.0.0' +pod 'VENTokenField', '~> 2.0' ``` Usage