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": {