From efab15bc4586e409386a2f7ba22ea4fd144f6a11 Mon Sep 17 00:00:00 2001 From: "David Faden (revfad.com)" Date: Wed, 24 Jun 2026 15:32:55 -0700 Subject: [PATCH] Fix link for "Storing values" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9312a7f5..322b91e1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ * [Joining values of repeated optional arguments](#joining-values-of-repeated-optional-arguments) * [Repeating an argument to increase a value](#repeating-an-argument-to-increase-a-value) * [Mutually Exclusive Group](#mutually-exclusive-group) - * [Storing values into variables](#store-into) + * [Storing values into variables](#storing-values-into-variables) * [Negative Numbers](#negative-numbers) * [Combining Positional and Optional Arguments](#combining-positional-and-optional-arguments) * [Printing Help](#printing-help)