diff options
| author | JustAnAverageGuy <68919330+JustAnAverageGuy@users.noreply.github.com> | 2024-01-03 01:06:20 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-03 01:06:20 +0530 |
| commit | 9fbf42bd7acc0f101d94b40fdf45b67a6b916829 (patch) | |
| tree | d76b8d954d8409e9ab81121bcd14890e7c31abfb /README.md | |
| parent | Fix typo in README.md (diff) | |
Fix typo in README.md
Corrected the spelling of "override" in "ovveride"
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ This is the default configuration: speed_multiplier = 1, -- you can make your pet move faster/slower. If slower the animation will have lower fps. default_pet = "dog", -- the pet to use for the PetNew command default_style = "brown", -- the style of the pet to use for the PetNew command - random = true, -- whether to use a random pet for the PetNew command, ovverides default_pet and default_style + random = true, -- whether to use a random pet for the PetNew command, overrides default_pet and default_style death_animation = true, -- animate the pet's death, set to false to feel less guilt -- currently no animations are available popup = { -- popup options, try changing these if you see a rectangle around the pets width = "30%", -- can be a string with percentage like "45%" or a number of columns like 45 |