README.md in scan-0.8.0 vs README.md in scan-0.9.0
- old
+ new
@@ -34,10 +34,12 @@
[![Gem](https://img.shields.io/gem/v/scan.svg?style=flat)](http://rubygems.org/gems/scan)
[![Build Status](https://img.shields.io/circleci/project/fastlane/fastlane/master.svg?style=flat)](https://circleci.com/gh/fastlane/fastlane)
###### The easiest way to run tests of your iOS and Mac app
+`scan` makes it easy to run tests of your iOS and Mac app on a simulator or connected device.
+
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
-------
<p align="center">
<a href="#whats-scan">Features</a> •
@@ -51,12 +53,10 @@
<h5 align="center"><code>scan</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate building and releasing your iOS and Android apps.</h5>
# What's scan?
-`scan` makes it super easy to run tests of your iOS and Mac app. It does all the heavy lifting for you to run your tests... the easy way.
-
![https://pbs.twimg.com/media/CURcEpuWoAArE3d.png:large](https://pbs.twimg.com/media/CURcEpuWoAArE3d.png:large)
### Before `scan`
```sh
@@ -166,10 +166,10 @@
Run `scan init` to create a new configuration file. Example:
```ruby
scheme "Example"
-devices: ["iPhone 6s", "iPad Air"]
+devices ["iPhone 6s", "iPad Air"]
clean true
output_types "html"
```