From 95540bfe606798bff362d3b25f5e0a2ed7d9ceb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Wei=C3=9F?= Date: Fri, 16 Aug 2019 20:54:50 +0200 Subject: [PATCH] fix: Typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 385f8d9..1801975 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ brew install xcodegen ## Included external libraries - Handle asynchronous code -- [PromiseKit](https://github.com/mxcl/PromiseKit) - Avoid the Callback Hell + - [PromiseKit](https://github.com/mxcl/PromiseKit) - Avoid the Callback Hell - Code Style - [SwiftLint](https://www.github.com/realm/SwiftLint) - Common linting rules - Helpers @@ -41,7 +41,7 @@ brew install xcodegen ## Structure -The structure of the project tries to follow the idea in [this article](https://theswiftdev.com/2016/07/06/conventions-for-xcode/) from `The.Swift.Dev` +The structure of the template project tries to follow the idea in [this article](https://theswiftdev.com/2016/07/06/conventions-for-xcode/) from `The.Swift.Dev` ## Git Hooks