summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGeethanjali Eswaran <geethanjali.eswaran@gmail.com>2020-05-19 08:50:03 +0530
committerGeethanjali Eswaran <geethanjali.eswaran@gmail.com>2020-05-19 08:51:54 +0530
commitfff2232b5f99d6164cba29b62afa205051c2ff29 (patch)
treef37b87eb10589533498d36c7510aabd9cab0f203 /README.md
parentf2f2dec7280e37696550185f291d51cf9e47e281 (diff)
Typo fix in README
'make test TARGETS=""' TARGET => TARGETS
Diffstat (limited to 'README.md')
-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`