From d39dfe324a5c1689a305a4fef172a085eed38fd2 Mon Sep 17 00:00:00 2001 From: Karina Moreira Date: Thu, 12 Dec 2024 18:50:29 -0300 Subject: [PATCH] Links to learning materials --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1a2132a..3bba392 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ StateFlow is a testing framework designed to support the composition and reuse of individual test steps. +## Learning Materials +- [Tutorial](./samples/tutorial.clj) +- [Walkthrough](./doc/walkthrough.repl) + ## Definitions * A [*flow*](#flows) is a sequence of steps or bindings.