diff --git a/README.md b/README.md index c96f1df995..b38b6f68ee 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Installation requires [Homebrew](http://brew.sh) (pending ### Xcode Integrate SwiftLint into an Xcode scheme to get warnings and errors displayed -in the IDE. Just add a new "Run Script Phase" with `/usr/bin/local/swiftlint` +in the IDE. Just add a new "Run Script Phase" with `/usr/local/bin/swiftlint` as its contents. ![](screenshot.png)