From b1d4daa4b23dec9598eeec0a3357f1a6fafd853c Mon Sep 17 00:00:00 2001 From: JustAnAverageGuy <68919330+JustAnAverageGuy@users.noreply.github.com> Date: Wed, 3 Jan 2024 00:03:28 +0530 Subject: Fix typo in README.md Fixed the typo "wether" -> "whether" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5927455..b74d107 100644 --- a/README.md +++ b/README.md @@ -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, -- wether 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, ovverides 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 -- cgit v1.3-2-g11bf