diff --git a/README.md b/README.md index d650a31..dbd6004 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,8 @@ Running `harmony health` will graph all open PRs grouped by the month when each The idea is that a healthy repository does not have many old PRs still open because those PRs represent effort spent by developers that hasn't yet paid off. +![Health Screenshot](./docs/images/health.png) + ### Sync Running `harmony sync` will sync the locally configured team slugs and user logins that are used by auto-completion for Harmony. This sync is also performed automatically the first time you run Harmony after more than a day without the configuration being synced. diff --git a/docs/images/health.png b/docs/images/health.png new file mode 100644 index 0000000..e0ab35b Binary files /dev/null and b/docs/images/health.png differ