README.md in scan-0.5.0 vs README.md in scan-0.5.1

- old
+ new

@@ -53,10 +53,12 @@ # 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 xcodebuild \ -workspace MyApp.xcworkspace \ @@ -116,13 +118,13 @@ :man: | Automatically switches to the [travis formatter](https://github.com/kattrali/xcpretty-travis-formatter) when running on Travis :book: | Helps you resolve common test errors like simulator not responding `scan` uses a plain `xcodebuild` command, therefore keeping 100% compatible with `xcodebuild`. To generate the nice output, `scan` uses [xcpretty](https://github.com/supermarin/xcpretty). You can alway access the raw output in `~/Library/Logs/scan`. -![/assets/scanScreenshot.png](/assets/scanScreenshot.png) -![/assets/slack.png](/assets/slack.png) -![/assets/scanHTML.png](/assets/scanHTML.png) -![/assets/scanHTMLFailing.png](/assets/scanHTMLFailing.png) +![assets/scanScreenshot.png](assets/scanScreenshot.png) +![assets/slack.png](assets/slack.png) +![assets/scanHTML.png](assets/scanHTML.png) +![assets/scanHTMLFailing.png](assets/scanHTMLFailing.png) # Installation sudo gem install scan