From 234b1d85d79f6619a0d341897718798ab9e723f0 Mon Sep 17 00:00:00 2001 From: Stephen Edwards Date: Tue, 24 Aug 2021 11:07:37 -0400 Subject: [PATCH] Update Resources list on workflow-kotiln README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 918ad2f3a2..5393af5bcd 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,15 @@ You'll find workflow + compose info and documentation there. ## Resources -* The website contains a [User Guide](https://square.github.io/workflow/userguide/concepts/) +* Wondering why to use Workflow? See + ["Why Workflow"](https://square.github.io/workflow/userguide/whyworkflow/) +* There is a [Glossary of Terms](https://square.github.io/workflow/glossary/) +* We have a [User Guide](https://square.github.io/workflow/userguide/concepts/) describing core concepts. * For Kotlin (and Android), there is a codelab style [tutorial](https://github.com/square/workflow-kotlin/tree/main/samples/tutorial) in the repo. +* For Swift (and iOS), there is also a Getting Started + [tutorial](https://github.com/square/workflow-swift/tree/main/Samples/Tutorial) in the repo. * There are also a number of [Kotlin samples](https://github.com/square/workflow-kotlin/tree/main/samples) and [Swift samples](https://github.com/square/workflow-swift/tree/main/Samples).