docs: fix typo in README.md (#1226)

Corrected a typo in Migration Guide section of the README file.

Co-authored-by: Tomasz Wysocki <twysocki5@gmail.com>
This commit is contained in:
Tomasz Wysocki 2024-01-20 15:08:38 +01:00 committed by GitHub
parent 89e6840d8b
commit 0b507680ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -738,8 +738,8 @@ Any other property will override the property from the parent spec.
- `lock` ➡️ `pin`
- `disable=true` ➡️ `enabled = false`
- `tag='*'` ➡️ `version="*"`
- `after` **_not needed_** for most use-cases. Use `dependencies` otherwise.
- `wants` **_not needed_** for most use-cases. Use `dependencies` otherwise.
- `after` is **_not needed_** for most use-cases. Use `dependencies` otherwise.
- `wants` is **_not needed_** for most use-cases. Use `dependencies` otherwise.
- `config` don't support string type, use `fun(LazyPlugin)` instead.
- `module` is auto-loaded. No need to specify
- `keys` spec is [different](#%EF%B8%8F-lazy-key-mappings)