Skip to content

Commit

Permalink
fix: Typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwe committed Aug 16, 2019
1 parent c511a21 commit 95540bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 95540bf

Please sign in to comment.