From b87bb0f80343d939ccefc1b4f98cb895d5479cf8 Mon Sep 17 00:00:00 2001
From: linguist <22963968+lowlighter@users.noreply.github.com>
Date: Sat, 2 Jan 2021 15:50:28 +0100
Subject: [PATCH] Update README.md
---
README.md | 26 ++++++++++----------------
1 file changed, 10 insertions(+), 16 deletions(-)
diff --git a/README.md b/README.md
index 25d6e2e1..cc158d62 100644
--- a/README.md
+++ b/README.md
@@ -515,19 +515,19 @@ Used template defaults to the `classic` one.
| Classic |
✔️ |
- ✔️N |
- ✔️ |
- ✔️ |
- ✔️ |
- ✔️ |
- ✔️N |
- ✔️N |
✔️ |
✔️ |
✔️ |
✔️ |
✔️ |
- ✔️N |
+ ✔️ |
+ ✔️ |
+ ✔️ |
+ ✔️ |
+ ✔️ |
+ ✔️ |
+ ✔️ |
+ ✔️ |
| Terminal |
@@ -655,8 +655,6 @@ Add the following to your workflow instead :
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
```
- 🚧 The feature below is only available on @master
-
You can also display the screenshot taken by PageSpeed API :

@@ -951,8 +949,6 @@ Add the following to your workflow :
plugin_topics_limit: 15
```
- 🚧 The feature below is only available on @master
-
It is possible to display starred topics as `Mastered and known technologies` instead :

@@ -1009,8 +1005,6 @@ Fill the informations and set visibility to *public* :
- 🚧 The feature below is only available on @master
-
It is possible to display projects related to repositories along with personal projects.
To do so, open your repository project and retrieve the last url endpoint, in the format `:user/:repository/projects/:project_id` (for example, `lowlighter/metrics/projects/1`) and add it in the `plugin_projects_repositories` option. Enable `Track project progress` in the project settings to display a progress bar in generated metrics.
@@ -1246,7 +1240,7 @@ See all supported options in [action.yml](action.yml).
#### 🌐 Set timezone
-By default, dates are based on the Greenwich meridian (England time).
+By default, dates are based on the Greenwich meridian (England time).
It is possible to set set your timezone (see [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for a list of supported timezones) by adding the following to your workflow :
@@ -1259,7 +1253,7 @@ It is possible to set set your timezone (see [here](https://en.wikipedia.org/wik
#### 🔲 Adjust padding
-Generated metrics height is computed after being rendered through an headless browser. As rendering can depends on used fonts and operating system, it may render as cropped or with additional blank space at the bottom.
+Generated metrics height is computed after being rendered through an headless browser. As rendering can depends on used fonts and operating system, it may render as cropped or with additional blank space at the bottom.
It is possible to adjust the padding by adding the following to your workflow :
```yaml