Commit 436878c

Anton Medvedev <anton@medv.io>
2024-03-22 20:36:55
Update README.md
1 parent 6ab6e06
Changed files (1)
README.md
@@ -65,14 +65,14 @@ jobs:
 <details>
 <summary>Additional params</summary>
 
-| Param     | ENV alias | Description                                                                                                                                             | Default |
-|-----------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
-| `data`    |           | Path to JSON to generate badges. If empty, required data will be obtained from the GH API                                                               |         |
-| `size`    |           | Badge size for README.md, px                                                                                                                            | 64      |
-| `dryrun`  |           | Generate badges, but skip pushing them to git                                                                                                           |         |
-| `pick`    |           | List of badges to pick. Pass `--pick="a-commit,ab-commit,revert-revert-commit"` to generate only the specified entries. If empty gets all of them       |         |
-| `omit`    |           | List of badges to exclude. For example, if you're too shy to flex your stars: `--omit:stars-100,stars-500,stars-1000` or even shorter `--omit:stars-*`  |         |
-| `compact` |           | Represent the highest tier badges in README.md. For example, If you have both `stars-100` and `stars-500` achievements, only the last one will be shown |         |
+| Param     | Description                                                                                                                                             | Default |
+|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
+| `data`    | Path to JSON to generate badges. If empty, required data will be obtained from the GH API                                                               |         |
+| `size`    | Badge size for README.md, px                                                                                                                            | 64      |
+| `dryrun`  | Generate badges, but skip pushing them to git                                                                                                           |         |
+| `pick`    | List of badges to pick. Pass `--pick="a-commit,ab-commit,revert-revert-commit"` to generate only the specified entries. If empty gets all of them       |         |
+| `omit`    | List of badges to exclude. For example, if you're too shy to flex your stars: `--omit:stars-100,stars-500,stars-1000` or even shorter `--omit:stars-*`  |         |
+| `compact` | Represent the highest tier badges in README.md. For example, If you have both `stars-100` and `stars-500` achievements, only the last one will be shown |         |
 
 </details>