summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 76b5118..d6daa5a 100644
--- a/README.md
+++ b/README.md
@@ -70,16 +70,11 @@ $ git checkout $(git describe --tags --abbrev=0)
 
 Optionally, use the `go` tool to test and benchmark the files in `svc`.
 
-If you choose to run the tests, be sure to return to the main directory 
-afterwards.
-
 ```
-$ cd svc && go test -v -bench . -benchmem
+$ go test -v -bench . -benchmem ./...
 ...
 ...
 PASS
-
-$ cd ..
 ```
 
 Use `make` to initiate the build and install process. 
'#n66'>66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102