From 3785c336b8d78efe31f87a8b53c61f7422199fa0 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:47:34 -0300 Subject: [PATCH] reword --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 667ea83..78c5aa5 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ $ mix blend.init # Generate blend.exs $ mix blend.get # Generate blend lockfiles $ mix blend.update --all # Update blend lockfiles to latest possible versions $ mix blend.list # List blends -$ mix blend.clean # Cleans stale lockfiles and blend build artifacts +$ mix blend.clean # Cleans blends build artifacts and stale lockfiles $ mix blend.premix # Generate premix.exs file ```