From 450caebe161cdbcd8622d030c3b1bdc2a253df1f Mon Sep 17 00:00:00 2001 From: AlbertoGZ-dev Date: Tue, 9 May 2023 10:28:35 +0200 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b31b85..dcd2204 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Place the *cloneReference.py* and *\_\_init\_\_.py* files in a folder named *cloneReference* in your Maya scripts directory and create a python shell button with the following code: ```python -from cloneReference import cloneReferenceultiObject +from cloneReference import cloneReference try: md_win.close()