aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/trace/static/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/trace/static/README.md')
-rw-r--r--src/cmd/trace/static/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/trace/static/README.md b/src/cmd/trace/static/README.md
index f81c59eae5..b0ca86a397 100644
--- a/src/cmd/trace/static/README.md
+++ b/src/cmd/trace/static/README.md
@@ -1,7 +1,7 @@
## Resources for Go's trace viewer
Go execution trace UI (`go tool trace`) embeds
-Chrome's trace viewer (Catapult) following the
+Chrome's trace viewer (Catapult) following the
[instructions](
https://chromium.googlesource.com/catapult/+/refs/heads/master/tracing/docs/embedding-trace-viewer.md). This directory contains
the helper files to embed Chrome's trace viewer.
@@ -13,6 +13,7 @@ https://chromium.googlesource.com/catapult/+/9508452e18f130c98499cb4c4f1e1efaede
### Updating `trace_viewer_full.html`
The file was generated by catapult's `vulcanize_trace_viewer` command.
+
```
$ git clone https://chromium.googlesource.com/catapult
$ cd catapult