Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The demo project is most of the way towards drawing a robot made of views arrang
Installation
-------------

**Using [Cocoapods](http://cocoapods.org/):**
**Using [CocoaPods](http://cocoapods.org/):**

`pod 'UIView-Autolayout', '~> 0.2.0'`

Expand All @@ -36,8 +36,8 @@ Deprecated Methods
As of version 1.0.0, all deprecated methods will be removed from this category.
All deprecated methods are marked with a compiler flag providing instructions on alternative methods to use but for more information check out the API documentation on the Cocoadocs website listed above.

If you are using Cocoapods and do not wish to upgrade to version 1.0.0 then you can specify the following in your Podfile:
If you are using CocoaPods and do not wish to upgrade to version 1.0.0 then you can specify the following in your Podfile:

`pod 'UIView-Autolayout', '~> 0.2.0'`

This will prevent Cocoapods installing any 1.0.0 updates.
This will prevent CocoaPods installing any 1.0.0 updates.