docs(readme): add empasis

This commit is contained in:
Marc Jakobi
2024-06-10 15:11:03 +02:00
parent 58c3e94d3c
commit 6dcd4c4444
+1 -1
View File
@@ -52,7 +52,7 @@ but reduced down to the very basics required for lazy-loading only.
### :zzz: Comparison with `lazy.nvim`
- `lz.n` is not a plugin manager, but focuses **on lazy-loading only**,
- `lz.n` is **not a plugin manager**, but focuses **on lazy-loading only**,
and is intended to be used with (or by) a plugin manager.
- The feature set is minimal, to [reduce code complexity](https://grugbrain.dev/)
and simplify the API.