From 843889b53e94ed34615bcd97b1e8ee78ac274fe9 Mon Sep 17 00:00:00 2001 From: Manuel Transfeld Date: Tue, 30 Sep 2025 17:01:36 +0200 Subject: [PATCH] fix: numbered list item in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da624c0..3250035 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ Mostly same as `compact`, but lines are wrapped based on `max_width`, some paddi ![image](https://github.com/rcarriga/nvim-notify/assets/73286100/72237d45-6e3b-4c2a-8010-513a26871682) -5. "wrapped-default" +6. "wrapped-default" Similar to `default`, but lines are wrapped based on `max_width`, some padding is added.