docs: update README.md

main
olimorris 2024-02-24 12:06:40 +00:00
parent 86a55a1d4c
commit 1de6b48a99
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ require("persisted").setup({
Of course, if you wish to manually save the session when autosaving is disabled, the `:SessionSave` command can be used.
> [!TIP]
> [!NOTE]
> If `autosave = false` then the `should_autosave` callback will not be executed.
### Autoloading

View File

@ -238,7 +238,7 @@ Of course, if you wish to manually save the session when autosaving is
disabled, the `:SessionSave` command can be used.
[!TIP] If `autosave = false` then the `should_autosave` callback will not be
[!NOTE] If `autosave = false` then the `should_autosave` callback will not be
executed.
AUTOLOADING ~