diff --git a/README.md b/README.md index 5e749d5..becfde9 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ In the "Left Heavy" view, identical stacks are grouped together, regardless of w ### 🥪 Sandwich ![Sandwich View](https://user-images.githubusercontent.com/150329/42108467-76a57baa-7b8f-11e8-815f-1df7b6ac3ede.png) -The Sandwich view is a table view in which you can find a list of all functions an their associated times. You can sort by self time or total time. +The Sandwich view is a table view in which you can find a list of all functions and their associated times. You can sort by self time or total time. It's called "Sandwich" view because if you select one of the rows in the table, you can see flamegraphs for all the callers and callees of the selected row.