From dd7d7d08cb33084bda39cbe8e93cc419ddbdac2e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 8 Jul 2018 03:58:47 +0100 Subject: [PATCH] Add link to rbtrace gem to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 255c032..ebb0f8c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ A tool for working with and analyzing Ruby processes' heap dumps created via ## How to dump the heap Dumping the heap from a running Ruby process is not very difficult as long as -your app has required the `rbtrace` gem. The steps are: +your app has required the [`rbtrace`](https://github.com/tmm1/rbtrace) gem. The +steps are: 1. Add the `rbtrace` gem to your application, and require it in your code when the application boots.