From bac8caa8e04aaf514e4262e91ee7ef5f40d49d27 Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Wed, 5 Feb 2020 11:39:41 +0100 Subject: [PATCH] Remove "coming soon" for hook helpers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a7e57..3f6ea4e 100644 --- a/README.md +++ b/README.md @@ -174,4 +174,4 @@ in ∀(Step : Type) → StepConstructors Step → Step The way I read it is, a Step is defined for any type for which one can provide constructors for get, put, task, aggregate, etc. -This is the reason this repository includes helpers to construct simple steps without any hooks. I will soon be adding helpers for constructing steps with hooks and to add hooks to steps after they've been constructed. +This is the reason this repository includes helpers to construct steps with or without helpers.