diff --git a/README.md b/README.md index 3ccb5a4..bfc05a7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ Opening the tool --------------- To load the tool, you can call it like so: ``` -from PoseWrangler import poseWranglerUI as ui -myWindow = ui.showUI() +from poseWrangler import poseWranglerUI as ui +ui.showUI() ```