diff --git a/README.md b/README.md index 0394824..b3fca39 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ By default, this will poll the stack every 125ms. Install slowjam: -`go get github.com/google/slowjam/cmd/slowjam` +`go install github.com/google/slowjam/cmd/slowjam@latest` Analyze a stacklog using the interactive webserver: @@ -99,9 +99,9 @@ What minikube contributors discovered with these results were: The net result was a 2.5X reduction in start-up latency: from ~66 seconds to ~26 seconds. -2. Analyzing an integrated Go binary in kubernetes cluster. +2. Analyzing an integrated Go binary in Kubernetes cluster. -Here's an pod config to analyze a Go binary running on a kuberenets cluster: [Pod SlowJam Profile](https://github.com/GoogleContainerTools/kaniko/blob/master/examples/pod-build-profile.yaml) +Here's an pod config to analyze a Go binary running on a Kubernetes cluster: [Pod SlowJam Profile](https://github.com/GoogleContainerTools/kaniko/blob/master/examples/pod-build-profile.yaml) In this Pod Config, 1. Set the environment variable `STACKLOG_PATH` to to generate slowjam profile.