README.md in cocoapods-rome-0.1.0 vs README.md in cocoapods-rome-0.2.0

- old
+ new

@@ -15,20 +15,19 @@ Write a simple Podfile like this: ```ruby platform :osx, '10.10' -use_frameworks! plugin 'cocoapods-rome' pod 'Alamofire' ``` then run this: ```bash -pod install --no-integrate +pod install ``` and you will end up with dynamic frameworks: ```