diff --git a/README.md b/README.md index 8bfbba9..30e59f2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Use `live-pprof` to Monitor a Go app's performance. It launches in just 1 second ## Install ```bash -go install github.com/moderato-app/live-pprof +go install github.com/moderato-app/live-pprof@v1 ``` ## Usage @@ -35,4 +35,4 @@ live-pprof 6060 # Or use: live-pprof http://localhost:6060/debug/pprof # Both options will monitor http://localhost:6060/debug/pprof -``` \ No newline at end of file +```