From 979c809d5aaa8fc93991e6784ea8d8502655b3f2 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 18 Sep 2024 11:10:19 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25d187d..755fe56 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Currently, there is no menu button to open Tinyblast. You will need to run the f ```python import maya.cmds as cmds -cmds.tinyblastOptions() +cmds.openTinyblastOptions() ``` ## Future Plans