From 81425fd1eadee9788663a09bb164ab8046a0f751 Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Sat, 27 Apr 2024 06:21:58 +0200 Subject: [PATCH] Update description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8baa5c7..b9647e3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ #### better than all the rest 🎶 -This is very simple wrapper around `Effect.gen` that makes sure that generator functions can be written in a cleaner way. +Simple wrapper around Effect.gen that allows writing generator functions in a cleaner way. With plain `effect`: diff --git a/package.json b/package.json index c8500f4..2612dda 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simply-effect", "version": "0.0.2", "type": "module", - "description": "simply-effect: better than all the rest", + "description": "Simple wrapper around Effect.gen that allows writing generator functions in a cleaner way.", "author": "Kasper Peulen", "license": "MIT", "repository": {