Skip to content

Commit 0c798de

Browse files
Updates version numbers in README.md
1 parent 958e500 commit 0c798de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
WTF Auto Layout?
66
================
77

8-
![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)
8+
![Swift](https://img.shields.io/badge/Swift-5.1-green.svg?style=flat) ![Vapor](https://img.shields.io/badge/Vapor-3.3-green.svg?style=flat)
99

1010
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).
1111

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

0 commit comments

Comments
 (0)