Skip to content

Commit 058007a

Browse files
authored
Center Align
1 parent 3f15c22 commit 058007a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div style="text-align:center">
12
<a target="_blank" rel="noopener noreferrer" href="https://raw.githubusercontent.com/steipete/InterposeKit/master/logo.png"><img src="https://raw.githubusercontent.com/steipete/InterposeKit/master/logo.png" alt="InterposeKit" style="max-width:50%;"></a>
23

34
[![SwiftPM](https://github.com/steipete/InterposeKit/workflows/SwiftPM/badge.svg)](https://github.com/jsteipete/InterposeKit/actions?query=workflow%3ASwiftPM)
@@ -7,6 +8,7 @@
78
![Swift 5.2+](https://img.shields.io/badge/Swift-5.2%2B-orange.svg)
89
<!--
910
[![codecov](https://codecov.io/gh/steipete/InterposeKit/branch/master/graph/badge.svg)](https://codecov.io/gh/steipete/InterposeKit) -->
11+
</div>
1012

1113
InterposeKit is a modern library to swizzle elegantly in Swift. It is fully written in Swift 5.2+ and works on `@objc dynamic` Swift functions or Objective-C instance methods. API documentation available at [interposekit.com](http://interposekit.com/), and some [implementation thoughts on my blog](https://steipete.com/posts/interposekit/).
1214

0 commit comments

Comments
 (0)