From 9e869a409c84771f506306baabb407683267f4db Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 22 Dec 2022 21:02:49 +0100 Subject: [PATCH] docs: migration --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3da113..a8201de 100644 --- a/README.md +++ b/README.md @@ -568,8 +568,8 @@ For a real-life example, you can check my personal dots: - `opt` ➡️ `lazy` - `run` ➡️ `build` - `lock` ➡️ `pin` -- `disable = true` ➡️ `enabled = false` -- `tag = '*'`/other uses of SemVer ➡️ 'version` +- `disable=true` ➡️ `enabled = false` +- `tag='*'` ➡️ `version="*"` - `module` is auto-loaded. No need to specify ### [paq-nvim](https://github.com/savq/paq-nvim)