From 6dcd4c444431a0972603c7f5f2faed6f3fc5d4a6 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Mon, 10 Jun 2024 15:11:03 +0200 Subject: [PATCH] docs(readme): add empasis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad76195..3e5c339 100755 --- a/README.md +++ b/README.md @@ -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.