From c551633c1e983e63c566c1f8d77b1f561b4e47c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81dran=20Farias=20Carnavale?= Date: Sat, 27 Jul 2024 11:34:04 -0300 Subject: [PATCH] doc: correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eeb68a..ee98400 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Using [mini.deps](https://github.com/echasnovski/mini.deps) ```lua local deps = require "mini.deps" -deps.later(function() -- Or `deps.nor` if you want this to be loaded immediately +deps.later(function() -- Or `deps.now` if you want this to be loaded immediately local build = function(args) local obj = vim .system(