Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
lili-ffxi authored Mar 28, 2024
1 parent dcca447 commit fb69c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
}
```

Expand Down

0 comments on commit fb69c02

Please sign in to comment.