diff --git a/README.md b/README.md index d7188e7..90c68e1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ set of guidelines for a specific programming language that recommend programming The way of force you to adapt coding convention >otherwise project build will **FAILED** - [Swift Lint](https://github.com/realm/SwiftLint) apply for all project:+1: -```script +```typescript if which swiftlint >/dev/null; then swiftlint else