From 5660d194a80a98d19b5c9f7db24269865412ea25 Mon Sep 17 00:00:00 2001 From: Clement Date: Fri, 6 Sep 2024 08:13:15 +0800 Subject: [PATCH] chore: README.md (#11) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```