fix: add missing "v"s in readme

This commit is contained in:
Nick Novitski 2023-10-30 18:27:13 -07:00 committed by GitHub
parent db9709622d
commit b01c276b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ In other words, rather than [this](https://github.com/DeterminateSystems/nix-git
...you can do this: ...you can do this:
```yaml ```yaml
- uses: nicknovitski/nix-develop@1 - uses: nicknovitski/nix-develop@v1
- run: cargo fmt --check - run: cargo fmt --check
- run: cargo-deny check - run: cargo-deny check
- run: eclint \ - run: eclint \
@ -73,7 +73,7 @@ In other words, rather than [this](https://github.com/DeterminateSystems/nix-git
You can also pass arbitrary arguments, like using another flake reference: You can also pass arbitrary arguments, like using another flake reference:
```yaml ```yaml
- uses: nicknovitski/nix-develop@1 - uses: nicknovitski/nix-develop@v1
with: with:
arguments: "github:DeterminateSystems/zero-to-nix#multi" arguments: "github:DeterminateSystems/zero-to-nix#multi"
``` ```