Skip to content

Commit

Permalink
Updates README version badges
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpatrickmorgan authored Oct 31, 2018
1 parent 073ab9c commit fda15af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
WTF Auto Layout?
================

![Swift](https://img.shields.io/badge/Swift-3.1-green.svg?style=flat) ![Vapor](https://img.shields.io/badge/Vapor-2.0-green.svg?style=flat)
![Swift](https://img.shields.io/badge/Swift-4.0-green.svg?style=flat) ![Vapor](https://img.shields.io/badge/Vapor-3.0-green.svg?style=flat)

This is the code driving [www.wtfautolayout.com](https://www.wtfautolayout.com), which parses error logs from Auto Layout on iOS and macOS and provides more intuitive visual descriptions of the conflicting constraints. It was built using [Swift](https://swift.org/), [Vapor](https://vapor.codes) and [Sparse](https://github.com/johnpatrickmorgan/Sparse).

After installing Vapor, run `vapor xcode` to generate an xcode project. The `Run` target will serve the site locally at `localhost:8080`.


0 comments on commit fda15af

Please sign in to comment.