Skip to content

Commit aac0163

Browse files
authored
docs(README): Grammatical modifications
1 parent 7a85952 commit aac0163

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Moe-Counter Compatible Website Hit Counter
44
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
66
to be lightweight and easy to use.
77

88
Mayu is written in [Gleam](https://gleam.run) and uses [SQLite](https://sqlite.org) as its database.
@@ -16,7 +16,7 @@ Mayu is written in [Gleam](https://gleam.run) and uses [SQLite](https://sqlite.o
1616
<br>
1717

1818
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!
2020

2121
## Usage
2222

@@ -34,7 +34,7 @@ E.g., [mayu.due.moe/get/@demo?theme=urushi](https://mayu.due.moe/get/@demo?theme
3434
- `lain`
3535
- `garukura`
3636

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.
3838

3939
### Local
4040

@@ -52,7 +52,7 @@ $ nix run
5252
docker run --volume 'mayu:/mayu/data/' -p '80:3000' --rm fuwn/mayu:latest
5353
```
5454

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.
5656

5757
### Database
5858

@@ -80,4 +80,4 @@ Mayu additionally adds two database columns: `created_at` and `updated_at`, whic
8080

8181
## Licence
8282

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).

0 commit comments

Comments
 (0)