README.md in cocoapods-playgrounds-0.0.2 vs README.md in cocoapods-playgrounds-0.0.3
- old
+ new
@@ -2,19 +2,31 @@
![](README_images/alamofire.png)
Generates a Swift Playground for any Pod.
-## Usage
+## Installation
-To generate a Playground from the commandline:
+ $ gem install cocoapods-playgrounds
- $ playground --platform=ios YOLO
- $ open YOLO.playground
+## Usage
+### CocoaPods
+
To generate a Playground for a specific Pod:
$ pod playgrounds Alamofire
-## Installation
+To generate a Playground for a local development Pod:
- $ gem install cocoapods-playgrounds
+ $ pod playgrounds ../../../Sources/Alamofire/Alamofire.podspec
+
+To generate a Playground with multiple Pods:
+
+ $ pod playgrounds RxSwift,RxCocoa
+
+### CLI
+
+To generate an empty Playground from the commandline:
+
+ $ playground --platform=ios YOLO
+ $ open YOLO.playground