From 71a7c8d5b96644609516d080785869690713622b Mon Sep 17 00:00:00 2001 From: David Allen Date: Mon, 15 Jul 2024 11:44:32 -0600 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 298aad4..3fe72a3 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ The `configurator` project includes a collection of tests focused on verifying p ```bash go test ./tests/generate_test.go --tags=all # ...or alternatively with GNU make... -make tests +make test ```