summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b1ed3b4ce..467630aaa 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ make tests
To run specific tests, you can specify the target:
```
-make test TARGET="//runsc:version_test"
+make test TARGETS="//runsc:version_test"
```
### Using `go get`