Skip to content

Commit 1266780

Browse files
committed
Add documentation link to readme
1 parent d0e95bf commit 1266780

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ mock.hasCalled(mock.doStuffRef, numberOfTimes: 2) // => false
8181
This can be used when unit testing, mock not yet implemented functionality etc.
8282

8383

84+
## Documentation
85+
86+
The [MockingKit documentation][Documentation] contains curated and structured information that makes it easy to overview the various parts of the library, see how the various parts connect to each other etc.
87+
88+
Just download the documentation, extract the zip file and double-tap the `MockingKit.doccarchive` file to view the documentation directly in Xcode.
89+
90+
8491
## Capabilities
8592

8693
MockingKit supports
@@ -146,7 +153,7 @@ MockingKit is available under the MIT license. See the [LICENSE][License] file f
146153
[Website]: http://www.danielsaidi.com
147154
[Sponsors]: https://github.com/sponsors/danielsaidi
148155

149-
[Example]: https://github.com/danielsaidi/MockingKit/blob/master/Readmes/Example.md
156+
[Documentation]: https://github.com/danielsaidi/MockingKit/raw/master/Docs/MockingKit.doccarchive.zip
150157

151158
[CocoaPods]: http://cocoapods.org
152159
[GitHub]: https://github.com/danielsaidi/MockingKit

0 commit comments

Comments
 (0)