aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-01 11:42:58 +0000
committerFuwn <[email protected]>2024-07-01 11:42:58 +0000
commit4c3f0bc80e65d64e631ee8257b24b34db3d954d3 (patch)
tree5761460f39645d5d4916f0d6cdc103daa6d8603b /README.md
parentfeat(svg): pad to 5 by default (diff)
downloadmayu-0.1.12.tar.xz
mayu-0.1.12.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