docs: should use the default value as an example

This commit is contained in:
sxyazi
2024-08-05 10:04:24 +08:00
parent 06e5fe1c7a
commit 39f275382e

View File

@@ -23,6 +23,6 @@ Or you can customize the border type:
```lua
require("full-border"):setup {
-- Available values: ui.Border.PLAIN, ui.Border.ROUNDED
type = ui.Border.PLAIN,
type = ui.Border.ROUNDED,
}
```