From fae2d88c316bf4361806c1dab27d745c55733f1e Mon Sep 17 00:00:00 2001 From: Stephen Daves Date: Tue, 20 Oct 2020 11:30:51 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b38dedc..c43b8ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [simplemonads](https://sdaves.github.io/simplemonads/) -Easy to use monads (containers) that improve the quality of your python code. Use `Just` to end checking for None, `Success` to end unhandled exceptions, `Future` for async, and `Reader` for dependencies. +Lets make monads easy, fun, and productive. ## Platform support