Skip to content

Commit a913f6e

Browse files
authored
Fix broken markdown in README
GitHub changed the way they parse sub-lists in markdown. I've adjusted the indentation for sub-list items.
1 parent 7957603 commit a913f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ github "SwiftKickMobile/SwiftMessages"
7373
1. Put SwiftMessages repo somewhere in your project directory.
7474
1. In Xcode, add `SwiftMessages.xcodeproj` to your project.
7575
1. On your app's target, add the SwiftMessages framework:
76-
1. as an embedded binary on the General tab.
77-
1. as a target dependency on the Build Phases tab.
76+
1. as an embedded binary on the General tab.
77+
1. as a target dependency on the Build Phases tab.
7878

7979
## Usage
8080

0 commit comments

Comments
 (0)