diff --git a/README.md b/README.md index 92c1bccb..f7f1fc11 100644 --- a/README.md +++ b/README.md @@ -531,7 +531,7 @@ The *isocalendar* plugin allows you to display an isometric view of your commits
💬 About -It will consume an additional GitHub request. +It will consume two additional GitHub requests. Add the following to your workflow : ```yaml @@ -541,6 +541,17 @@ Add the following to your workflow : plugin_isocalendar: yes ``` +It is possible to extend display a full-year by adding the following instead : +```yaml +- uses: lowlighter/metrics@latest + with: + # ... other options + plugin_isocalendar: yes + plugin_isocalendar_duration: full-year +``` + +![Isocalendar plugin](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.isocalendar.fullyear.svg) +
#### 👨‍💻 Lines