Fixed typo in README.md

This commit is contained in:
David Allen 2024-07-15 11:44:32 -06:00
parent e300b0dffb
commit 71a7c8d5b9
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

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