From f6cebbf832f212023c32eb40cf10e3b2ccfbe96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Braz?= <37230465+joao-pedro-braz@users.noreply.github.com> Date: Fri, 22 Apr 2022 11:49:28 -0300 Subject: [PATCH] Fix: Grammar in the README Fixed "Use at own your risk" to "Use it at your own risk" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 207df06..4baabd0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Note: There might be some distros (e.g. older Ubuntu releases) that launch pytho | Argument | Description | | --------------------------------------- | ------------------------------------------------------------------------------- | | `-r RATE` or `--rate RATE` | Set a custom framerate limit (default: 60). | -| `--with-eac` | Run game with EAC (Use at own your risk) | +| `--with-eac` | Run game with EAC (Use it at your own risk) | | `--fix-camera` | Disable camera auto-rotation. | | `--all` | Enable all options except `--rate` and
gameplay changes like `--fix-camera`. | | `-u` or `--ultrawide` | Remove black bars. |