Updates Chatto version in readme

This commit is contained in:
Diego Sánchez 2016-08-10 12:41:17 +01:00 committed by GitHub
parent 0f55395762
commit f2beddc095
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ Check the [wiki!](https://github.com/badoo/Chatto/wiki)
2. Include the following in your `Podfile`:
```
pod 'Chatto', '= 2.0.0'
pod 'ChattoAdditions', '= 2.0.0' # if you want to use the cells or the input component
pod 'Chatto', '= 2.0.1'
pod 'ChattoAdditions', '= 2.0.1' # if you want to use the cells or the input component
```
If you like living on the bleeding edge, you can use the `dev` branch with:
```