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", }, } ```