From 082e2bb723b4d493882b49456faa78b0ecaf4c0c Mon Sep 17 00:00:00 2001 From: Allan <6740989+allan2@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:33:13 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d16c7d26..14b6d4f2 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ PORT=3000 They are commonly named _.env_, _.env.dev_, _.env.prod_, etc., but any name can be used. -Variables can span multiple lines and also be substituted. For an explanation on substituion rules, please refer to +Variables can span multiple lines and also be substituted. For an explanation on substitution rules, please refer to the [_.env-substitution_](.env-substitution) example file. ## Usage