diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-08-22 15:26:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 15:26:24 +0100 |
commit | b856aea54dde26adcb81add8dd3e835ff6c801c1 (patch) | |
tree | 5c60be5a47b73cb60b5b628c5e3bde824d798a9f | |
parent | 570fd3a206ecc2c0573f25cb8d4b0b4d0e5b7e8d (diff) |
Fix typo in custom trigger type example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }, }) |