From 8f7068b2c7770e4b8a13d5774e05ed151f1adaa1 Mon Sep 17 00:00:00 2001 From: Sebastian Aigner Date: Wed, 21 Jun 2023 17:47:32 +0200 Subject: [PATCH] Add link to API docs to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22e5dde..b61d142 100755 --- a/README.md +++ b/README.md @@ -101,6 +101,10 @@ pod 'mokoMvvmFlowSwiftUI', :podspec => 'https://raw.githubusercontent.com/iceroc ``` required export of `mvvm-core` and `mvvm-flow`. +## Documentation + +The API documentation for moko-mvvm can be found at https://icerockdev.github.io/moko-mvvm. + ## Usage ### Simple view model Let’s say we need a screen with a button click counter. To implement it we should: