Skip to content

Commit 47a06c0

Browse files
Merge pull request #421 from square/zachklipp/mavenbadge
Added Maven Central and Apache License 2.0 badges to README
2 parents 3e54531 + 987a69f commit 47a06c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# workflow
22

3+
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
4+
[![CocoaPods compatible](https://img.shields.io/cocoapods/v/Workflow.svg)](https://cocoapods.org/pods/Workflow)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.squareup.workflow/workflow-core.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.squareup.workflow%22)
6+
37
An architecture that allows composable state machines to drive UI navigation and content, where the state machines are cleanly separated from UI code.
48

59
_**This project is currently experimental and the API subject to breaking changes without notice.**

0 commit comments

Comments
 (0)