From 064a2bc862d83189fb874b4175a62879515f536f Mon Sep 17 00:00:00 2001 From: Julien Fabre Date: Fri, 29 Sep 2023 17:49:16 -0700 Subject: [PATCH] Add blog post link to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f7c70ba..2b506fd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ This project contains a durable coroutine compiler and runtime library for Go. +> **Note** +> Read our announcement blog post: [Fairy tales of workflow orchestration](https://blog.stealthrocket.tech/fairy-tales-of-workflow-orchestration/). + ## Usage The `coroutine` package can be used as a simple library to create coroutines in