mirror of
https://github.com/jimeh/rbheap.git
synced 2026-02-19 04:46:40 +00:00
Minor rewording in readme
This commit is contained in:
@@ -6,8 +6,7 @@ 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`](https://github.com/tmm1/rbtrace) gem. The
|
||||
steps are:
|
||||
your app has required the [`rbtrace`](https://github.com/tmm1/rbtrace) gem.
|
||||
|
||||
1. Add the `rbtrace` gem to your application, and require it in your code when
|
||||
the application boots.
|
||||
|
||||
Reference in New Issue
Block a user