diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 81873195..c9d55993 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -33,7 +33,7 @@ Set a default color, size, pet type, position, and theme when you open a Pet Pan * Pet Color: black, brown, green, yellow, gray, purple, red, white, orange * Pet Size: nano, small, medium, large -* Pet Type: cat, chicken, crab, clippy, cockatiel, dog, horse, mod, rocky, rubber duck, snake, totoro, turtle, zappy +* Pet Type: cat, chicken, crab, clippy, cockatiel, dog, horse, mod, rocky, rubber duck, snake, totoro, turtle, zappy, snail .. image:: _static/screenshot-2.gif :alt: Usage screenshot diff --git a/package.json b/package.json index 973c23bf..f11cf68e 100644 --- a/package.json +++ b/package.json @@ -194,7 +194,8 @@ "snake", "totoro", "turtle", - "zappy" + "zappy", + "snail" ], "default": "cat", "description": "Pet type",