From 42616940a44a4ab5b243b476c333ede37941575e Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Tue, 9 Jan 2024 18:11:43 +0100 Subject: [PATCH] Update screenshot in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a94a0b..77062be6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Gotraceui is a tool for visualizing and analyzing Go execution traces. It is mea more powerful alternative to `go tool trace`. Unlike `go tool trace`, Gotraceui doesn’t use deprecated browser APIs (or a browser at all), and its UI is tuned specifically to the unique characteristics of Go traces. -![Screenshot](https://user-images.githubusercontent.com/39825/228830850-d0f324dd-10bc-47e9-99d4-0936cbb79492.png) +![Screenshot](https://github.com/dominikh/gotraceui/assets/39825/794d4b51-7c73-4ab7-b652-12b57ef38130) ## Installation