Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading