Fix typo in README.md

Corrected a typo in Migration Guide section of the README file.
This commit is contained in:
Tomasz Wysocki 2023-12-20 00:52:44 +01:00
commit 38cc95f0fc
No known key found for this signature in database

View file

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