From 6ea09d6500d7dce402a8b9e26f717beea03d287a Mon Sep 17 00:00:00 2001 From: hulufei Date: Mon, 26 Aug 2024 11:59:40 +0800 Subject: [PATCH] Typo --- .github/FUNDING.yml | 2 -- README.md | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 2cc5aca..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,2 +0,0 @@ -github: Olical -ko_fi: olical diff --git a/README.md b/README.md index 2155ca4..6f1958a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A simple and efficient diary plugin for Neovim, designed to streamline the proce ## Installation -To install the plugin using [lazy.nvim](https://github.com/folke/lazy.nvim), add the following configuration to your `init.lua` or `init.vim`: +To install the plugin using [lazy.nvim](https://github.com/folke/lazy.nvim), add the following configuration to your `init.lua`: ```lua { @@ -22,6 +22,7 @@ To install the plugin using [lazy.nvim](https://github.com/folke/lazy.nvim), add "diary-dir" = "~/path/to/your/diary" } } +``` ## Unlicensed