From cf797e875a4db326385f8c0483e6edd9d49c5ff4 Mon Sep 17 00:00:00 2001 From: ChaelCodes Date: Mon, 13 Nov 2023 19:50:06 +0000 Subject: [PATCH] Remove empty link from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6108d19..8d74128 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Record a flamegraph of all **retained** allocations from loading `irb`. ruby -r vernier -e 'Vernier.trace_retained(out: "irb_profile.json") { require "irb" }' ``` -The output can then be viewed in the [Firefox Profiler (demo)]() or the [`profile-viewer` gem](https://github.com/tenderlove/profiler/tree/ruby) (a Ruby-customized version of the firefox profiler. +The output can then be viewed in the Firefox Profiler (demo) or the [`profile-viewer` gem](https://github.com/tenderlove/profiler/tree/ruby) (a Ruby-customized version of the firefox profiler. ![Screenshot 2023-07-16 at 21-06-19 Ruby_Vernier – 1970-01-01 12 00 00 a m UTC – Firefox Profiler](https://github.com/jhawthorn/vernier/assets/131752/9ca0b593-70fb-4c8b-aed9-cb33e0e0bc06)