From 657d4c5d6c86973e6a1539432250825dcd128578 Mon Sep 17 00:00:00 2001 From: Andrew Watt Date: Tue, 15 Jul 2025 14:45:26 -0700 Subject: [PATCH] docs: readme gardening --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index e4ff7c1b6..f09451bc9 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,6 @@ A unidirectional data flow library for Swift and [Kotlin](https://github.com/squ * Composition and scaling. * Effortless separation of business and UI concerns. -_**This project is currently in development and the API subject to breaking changes without notice.** -Follow Square's engineering blog, [The Corner](https://developer.squareup.com/blog/), to see when -this project becomes stable._ - -While the API is not yet stable, this code is in heavy production use in Android and iOS -apps with millions of users. - ## Using Workflows in your project ### Swift Package Manager @@ -36,6 +29,7 @@ In Xcode 11+, add Workflow directly as a dependency to your project with ## Resources +* [API Reference](https://square.github.io/workflow-swift/documentation/) * [Documentation](https://square.github.io/workflow/) ## Local Development