⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam mayu.due.moe
hit-counter svg moe

docs(README): Grammatical modifications

fuwn.net 69646c9a 4ff0740e

verified
+5 -5
+5 -5
README.md
··· 2 2 3 3 > Moe-Counter Compatible Website Hit Counter 4 4 5 - Mayu is a drop-in replacement for [Moe-Counter](https://github.com/journey-ad/Moe-Counter) designed 5 + Mayu is a drop-in replacement for [Moe-Counter](https://github.com/journey-ad/Moe-Counter), designed 6 6 to be lightweight and easy to use. 7 7 8 8 Mayu is written in [Gleam](https://gleam.run) and uses [SQLite](https://sqlite.org) as its database. ··· 16 16 <br> 17 17 18 18 Don't know Gleam or functional paradigms? Take a look at the [source tree](./src) and see just how 19 - easy it is to understand! It's all contained in under 300 (273) effective lines of code! 19 + easy it is to understand! It's all contained under 300 (273) effective lines of code! 20 20 21 21 ## Usage 22 22 ··· 34 34 - `lain` 35 35 - `garukura` 36 36 37 - 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. 37 + Mayu will pad the counter number with zeroes until it reaches a length of 6 characters. You can modify this behaviour by changing the `padding` query parameter of any `get` operation. 38 38 39 39 ### Local 40 40 ··· 52 52 docker run --volume 'mayu:/mayu/data/' -p '80:3000' --rm fuwn/mayu:latest 53 53 ``` 54 54 55 - This Docker command uses a named volume, `mayu`, which allows the Mayu's database to persist between container restarts. 55 + This Docker command uses a named volume, `mayu`, which allows Mayu's database to persist between container restarts. 56 56 57 57 ### Database 58 58 ··· 80 80 81 81 ## Licence 82 82 83 - This project is licensed with the [GNU General Public License v3.0](LICENSE). 83 + This project is licensed under the [GNU General Public License v3.0](LICENSE).