diff --git a/docs/whats_new/v400.md b/docs/whats_new/v400.md index 3b68110..f85b0ed 100644 --- a/docs/whats_new/v400.md +++ b/docs/whats_new/v400.md @@ -13,11 +13,11 @@ The new version of `dotenv-linter` has a changed API. Now, you must explicitly s Some command options have also changed: -| Option | v3.3.1 | v4.0.0 | -|---------------------------------------------|---------------------|-----------------| -| Lint checks to bypass | --skip | --ignore-checks | -| Switch to plain text output without colors | --no-color | --plain | -| Disable checking for application updates | --not-check-updates | --skip-updates | +| Option | v3.3.1 | v4.0.0 | +|---------------------------------------------|-----------------------|-------------------| +| Lint checks to bypass | `--skip` | `--ignore-checks` | +| Switch to plain text output without colors | `--no-color` | `--plain` | +| Disable checking for application updates | `--not-check-updates` | `--skip-updates` | ### 2. Schema based check 🔥