aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-01 04:42:58 -0700
committerFuwn <[email protected]>2024-07-01 04:42:58 -0700
commitba557deee146793c50a96ccc3969dcc98858e97d (patch)
tree5761460f39645d5d4916f0d6cdc103daa6d8603b /README.md
parent5449d7986e28131785da86b9c83e553aba43c504 (diff)
downloadmayu-ba557deee146793c50a96ccc3969dcc98858e97d.tar.xz
mayu-ba557deee146793c50a96ccc3969dcc98858e97d.zip
feat(request): padding query parameterv0.1.12
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2cdf992..251bf81 100644
--- a/README.md
+++ b/README.md
@@ -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