+
click here to visit course page
diff --git a/docs/readme.md b/docs/readme.md
index e21aa749..b5f8f532 100644
--- a/docs/readme.md
+++ b/docs/readme.md
@@ -9,8 +9,8 @@
-
diff --git a/docs/screenshots_demos.md b/docs/screenshots_demos.md
index cedbd4ce..271ddee1 100644
--- a/docs/screenshots_demos.md
+++ b/docs/screenshots_demos.md
@@ -1,219 +1,219 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/readme_creator/markdown input files/1_HEADER_top_part.md b/readme_creator/markdown input files/1_HEADER_top_part.md
index 589604ff..181c60b5 100644
--- a/readme_creator/markdown input files/1_HEADER_top_part.md
+++ b/readme_creator/markdown input files/1_HEADER_top_part.md
@@ -52,9 +52,9 @@ HOW DO I INSERT IMAGES ???
apply coupon for discount:
- 25506BBB290573A0BCB4
+ 49FD2127F43EB64CE568
-
+
click here to visit course page
diff --git a/readme_creator/output/call reference.md b/readme_creator/output/call reference.md
index 7d71be13..b0f03cf6 100644
--- a/readme_creator/output/call reference.md
+++ b/readme_creator/output/call reference.md
@@ -12087,6 +12087,13 @@ normal()
Call your function that will take a long time to execute. When it's complete, send an event
specified by the end_key.
+This is a way for you to "ease into" threading without learning the details of threading.
+Your function will run, and when it returns 2 things will happen:
+1. The value you provide for end_key will be returned to you when you call window.read()
+2. If your function returns a value, then the value returned will also be included in your windows.read call in the values dictionary
+
+IMPORTANT - This method uses THREADS... this means you CANNOT make any PySimpleGUI calls from
+the function you provide with the exception of one function, Window.write_event_value.
```
perform_long_operation(func, end_key)
diff --git a/readme_creator/output/index.md b/readme_creator/output/index.md
index 361a362f..fd596edc 100644
--- a/readme_creator/output/index.md
+++ b/readme_creator/output/index.md
@@ -25,9 +25,9 @@
apply coupon for discount:
- 25506BBB290573A0BCB4
+ 49FD2127F43EB64CE568
-
+
click here to visit course page