From c6a11a376f074f98e750e6ae1b0e429f84a5b809 Mon Sep 17 00:00:00 2001 From: Josh <46653655+BitlyTwiser@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:18:05 -0700 Subject: [PATCH] Update README.md Updated zig fetch command to utilize the proper version flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d21b5..64f37fb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Zdotenv is a simple .env parser and a port of godotenv and ruby dotenv, but with ### Usage: Add zdotenv to your zig project: ``` -zig fetch --save https://github.com/BitlyTwiser/zdotenv/archive/refs/tags/0.1.0.tar.gz +zig fetch --save https://github.com/BitlyTwiser/zdotenv/archive/refs/tags/v0.1.0.tar.gz ``` Add to build file: