Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
Use particular example cross all the README file
  • Loading branch information
marpo60 authored Mar 21, 2024
1 parent 009db11 commit 2703ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<blend_name>.mix.lock mix.lock
$ cp blend/plug_crypto_1.mix.lock mix.lock
```

Now you can run any task, e.g. run your tests.
Expand Down Expand Up @@ -144,7 +144,7 @@ end
Now you can run any task, e.g. run your tests, against different lockfiles locally by just executing:

```
$ BLEND=<blend_name> mix test
$ BLEND=plug_crypto_1 mix test
```

## Tasks
Expand Down

0 comments on commit 2703ffd

Please sign in to comment.