Skip to content

Commit 9cb33de

Browse files
committed
Update readme
1 parent 6bcbb3b commit 9cb33de

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<img src="https://img.shields.io/badge/Swift-6.0-orange.svg" alt="Swift 6.0" />
88
<a href="https://danielsaidi.github.io/MockingKit"><img src="https://img.shields.io/badge/documentation-web-blue.svg" alt="Documentation" /></a>
99
<img src="https://img.shields.io/github/license/danielsaidi/MockingKit" alt="MIT License" />
10-
<a href="https://github.com/sponsors/danielsaidi"><img src="https://img.shields.io/badge/sponsor-GitHub-red.svg" alt="Sponsor my work" /></a>
1110
</p>
1211

1312

@@ -20,7 +19,6 @@ MockingKit automatically records every method call, to let you verify that your
2019
MockingKit doesn't require any setup or build scripts, and puts no restrictions on your code or architecture. Just create a mock, set up how you want to use and inspect it, and you're good to go.
2120

2221

23-
2422
## Installation
2523

2624
MockingKit can be installed with the Swift Package Manager:
@@ -30,13 +28,6 @@ https://github.com/danielsaidi/MockingKit.git
3028
```
3129

3230

33-
34-
## Support My Work
35-
36-
Maintaining my various [open-source tools][OpenSource] takes significant time and effort. You can [become a sponsor][Sponsors] to help me dedicate more time to creating, maintaining, and improving these projects. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed. Thank you for considering!
37-
38-
39-
4031
## Getting started
4132

4233
MockingKit lets you mock any protocol or open class. For instance, consider this simple protocol:
@@ -87,18 +78,20 @@ mock.hasCalled(\.doStuffRef) // => true
8778
See the online [getting started guide][Getting-Started] for more information.
8879

8980

90-
9181
## Documentation
9282

9383
The online [documentation][Documentation] has more information, articles, code examples, etc.
9484

9585

96-
9786
## Demo Application
9887

9988
The `Demo` folder has an app that lets you explore the library and see how its mocks behave.
10089

10190

91+
## Support My Work
92+
93+
Maintaining my various [open-source tools][OpenSource] takes significant time and effort. You can [become a sponsor][Sponsors] to help me dedicate more time to creating, maintaining, and improving these projects. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed. Thank you for considering!
94+
10295

10396
## Contact
10497

@@ -110,13 +103,11 @@ Feel free to reach out if you have questions or if you want to contribute in any
110103
* Mastodon: [@danielsaidi@mastodon.social][Mastodon]
111104

112105

113-
114106
## License
115107

116108
MockingKit is available under the MIT license. See the [LICENSE][License] file for more info.
117109

118110

119-
120111
[Email]: mailto:[email protected]
121112
[Website]: https://www.danielsaidi.com
122113
[GitHub]: https://www.github.com/danielsaidi

0 commit comments

Comments
 (0)