diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-04-27 14:27:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-27 14:27:58 -0700 |
| commit | 4e62aac18595243b9ed4c98137c24e7413c1dc48 (patch) | |
| tree | da93f54e7e7b9a9846c2190580c06cc51795bf2d /examples/README.md | |
| parent | 301bb881f2b422dc831cfcfc4e4e1b6c1cf602fd (diff) | |
| download | platform_external_opencensus-java-4e62aac18595243b9ed4c98137c24e7413c1dc48.tar.gz platform_external_opencensus-java-4e62aac18595243b9ed4c98137c24e7413c1dc48.tar.bz2 platform_external_opencensus-java-4e62aac18595243b9ed4c98137c24e7413c1dc48.zip | |
Rename StatsRunner to TagContextExample because it's more about TagContext. (#1156)
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/README.md b/examples/README.md index 5b0a7ce6..921691b7 100644 --- a/examples/README.md +++ b/examples/README.md @@ -17,21 +17,21 @@ $ mvn package appassembler:assemble $ bazel build :all ``` -## To run "StatsRunner" example use +## To run "TagContextExample" use ### Gradle ``` -$ ./build/install/opencensus-examples/bin/StatsRunner +$ ./build/install/opencensus-examples/bin/TagContextExample ``` ### Maven ``` -$ ./target/appassembler/bin/StatsRunner +$ ./target/appassembler/bin/TagContextExample ``` ### Bazel ``` -$ ./bazel-bin/StatsRunner +$ ./bazel-bin/TagContextExample ``` ## To run "ZPagesTester" |
