diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,7 @@ easy it is to understand! It's all contained in under 300 (294) liberally newlin ## Usage -Mayu currently has seven available themes selectable using the `theme` query parameter of any `get` operation. +Mayu currently has nine available themes selectable using the `theme` query parameter of any `get` operation. E.g., [counter.due.moe/get/@demo?theme=urushi](https://counter.due.moe/get/@demo?theme=urushi) @@ -34,6 +34,8 @@ E.g., [counter.due.moe/get/@demo?theme=urushi](https://counter.due.moe/get/@demo - `lain` - `garukura` +Mayu will pad the counter number with zeroes until it reaches a length of 6 characters. You can modify this behavior by changing the `padding` query parameter of any `get` operation. + ### Local ```bash |