summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-05-21 09:55:11 -0700
committergVisor bot <gvisor-bot@google.com>2020-05-21 09:55:11 -0700
commit7369aaee32398a98777162c8f9693d314053b5aa (patch)
tree8e97b66f1941b4f45cfa5d4d715b1f638c183ec2
parent059879e14301660c9fce1e5e59bdfaef89fc4aaf (diff)
parentfff2232b5f99d6164cba29b62afa205051c2ff29 (diff)
Merge pull request #2719 from geethanjalieswaran:doc-changes
PiperOrigin-RevId: 312687935
-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`