aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHailong Wen <youxiabsyw@gmail.com>2018-01-31 21:01:13 -0800
committerGitHub <noreply@github.com>2018-01-31 21:01:13 -0800
commite067f951513cb45fd2969eab862c815be5d75180 (patch)
tree6172cef8e5e8a3bd58022c40140bbc304226176e /examples
parent9a7879d4661a4beee15d528f15f8042ac9f1c231 (diff)
downloadopencensus-java-e067f951513cb45fd2969eab862c815be5d75180.tar.gz
Fix broken command in examples readme. (#969)
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md
index 55307cef..34a51a14 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -21,7 +21,7 @@ $ bazel build :all
### Gradle
```
-$ ./build/install/examples/bin/StatsRunner
+$ ./build/install/opencensus-examples/bin/StatsRunner
```
### Maven
@@ -38,7 +38,7 @@ $ ./bazel-bin/StatsRunner
### Gradle
```
-$ ./build/install/examples/bin/ZPagesTester
+$ ./build/install/opencensus-examples/bin/ZPagesTester
```
### Maven