From 2703ffd4c1d9a3dafd8fe69ec93ca51019b19ede Mon Sep 17 00:00:00 2001 From: Marcelo Dominguez Date: Thu, 21 Mar 2024 15:14:10 -0300 Subject: [PATCH] docs: Update README.md Use particular example cross all the README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fb2228..3a0df10 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Add to your `.gitignore` file, before comitting your changes. If you just need a CI job step to run against a blend lockfile, it might be enough to just: ``` -$ cp blend/.mix.lock mix.lock +$ cp blend/plug_crypto_1.mix.lock mix.lock ``` Now you can run any task, e.g. run your tests. @@ -144,7 +144,7 @@ end Now you can run any task, e.g. run your tests, against different lockfiles locally by just executing: ``` -$ BLEND= mix test +$ BLEND=plug_crypto_1 mix test ``` ## Tasks