From fb69c02d53e45de38149edd8d71756c8a2b8f466 Mon Sep 17 00:00:00 2001 From: lili-ffxi <40600148+lili-ffxi@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:33:57 +0000 Subject: [PATCH] Update README.md Typo --- collector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/README.md b/collector/README.md index 4cd7cd8..6b1f321 100644 --- a/collector/README.md +++ b/collector/README.md @@ -20,7 +20,7 @@ Last update to the database: 23 Dec 2023 You can add your custom sets to the addon. Just create a file called `custom.lua` inside the addon directory, and fill it like this, in standard lua format: ``` return T{ - ['never without'} = { "Echo drops", "Silent Oil", "Prism Powder", }, + ['never without'] = { "Echo drops", "Silent Oil", "Prism Powder", }, } ```