Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ As Podspec is also provided so KILabel can be used by added the following line t

<pre>pod 'KILabel', '1.0.0'</pre>

You can also use KILabel with Swift. Just compile the files into your XCode project in the usual way but add the following line to your Objective-C Bridging Header.
You can also use KILabel with Swift. Just compile the files into your Xcode project in the usual way but add the following line to your Objective-C Bridging Header.

``` objective-c
#import "KILabel.h"
Expand Down