Skip to content

Commit

Permalink
Fix typo in custom trigger type example
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy authored Aug 22, 2018
1 parent 570fd3a commit b856aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Here's an example.

```lua
awards.register_trigger("foo", {
type = "counted",
type = "custom",
progress = "@1/@2 foos",
auto_description = { "Do a foo", "Foo @1 times" },
})
Expand Down

0 comments on commit b856aea

Please sign in to comment.