From 8461bb70cb2251cd3b105555207e0563ec9d8f68 Mon Sep 17 00:00:00 2001 From: Jungpyo Hong <54448459+jphong1111@users.noreply.github.com> Date: Thu, 15 Apr 2021 07:36:25 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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