From b01c276b7e75d26ec9f02a863d4fb17503c4589a Mon Sep 17 00:00:00 2001 From: Nick Novitski Date: Mon, 30 Oct 2023 18:27:13 -0700 Subject: [PATCH] fix: add missing "v"s in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35e8dec..002394e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ In other words, rather than [this](https://github.com/DeterminateSystems/nix-git ...you can do this: ```yaml - - uses: nicknovitski/nix-develop@1 + - uses: nicknovitski/nix-develop@v1 - run: cargo fmt --check - run: cargo-deny check - 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: ```yaml - - uses: nicknovitski/nix-develop@1 + - uses: nicknovitski/nix-develop@v1 with: arguments: "github:DeterminateSystems/zero-to-nix#multi" ```