diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-30 17:10:32 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-30 17:10:32 +0200 |
| commit | 86b3e54af086264cc08575166fb390e721607f9c (patch) | |
| tree | d25e58bdf5726d0fe62aabc200d2cf19cbc29f9d | |
| parent | 2bd6f97229e76bf1247cbe766585f5fcbfd327c8 (diff) | |
Update readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ The default configuration is: These can be overridden when activating the plugin, e.g.: ```lua -require "no-clown-fiesta".setup({ type = "bold,italic" }) +require("no-clown-fiesta").setup({ type = "bold,italic" }) ``` ## Supported Plugins |