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 ```