diff --git a/tube-player/modules/04-Importing-UI-from-Figma/README.md b/tube-player/modules/04-Importing-UI-from-Figma/README.md index d0f36c4..11d4c7f 100644 --- a/tube-player/modules/04-Importing-UI-from-Figma/README.md +++ b/tube-player/modules/04-Importing-UI-from-Figma/README.md @@ -151,7 +151,7 @@ The plugin comes with various features and settings. As you will be using the Un To replace them using a regex search using Visual Studio or Visual Studio Code, press Ctrl+H, then toggle the *Use regular expressions* option on (Alt+E). Search for the following pattern: ``` - b\s+\=\>\s+b\.Bind\(\"([\w\.]+)\"\) + b\s+\=\>\s+b\.Binding\(\"([\w\.]+)\"\) ``` And replace it with the following: @@ -213,7 +213,7 @@ The plugin comes with various features and settings. As you will be using the Un To utilize *Find and replace*, use the following regular-expressions. Search for this pattern: ``` - b\s+\=\>\s+b\.Bind\(\"([\w\.]+)\"\) + b\s+\=\>\s+b\.Binding\(\"([\w\.]+)\"\) ``` and replace it with the following: diff --git a/tube-player/modules/04-Importing-UI-from-Figma/find-and-replace-main-page.jpg b/tube-player/modules/04-Importing-UI-from-Figma/find-and-replace-main-page.jpg index 29b2c33..195dc33 100644 Binary files a/tube-player/modules/04-Importing-UI-from-Figma/find-and-replace-main-page.jpg and b/tube-player/modules/04-Importing-UI-from-Figma/find-and-replace-main-page.jpg differ