Update README.md

This commit is contained in:
Jungpyo Hong 2021-04-15 07:36:44 -05:00 committed by GitHub
parent 8461bb70cb
commit d835444265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
```typescript
```swift
if which swiftlint >/dev/null; then
swiftlint
else