diff --git a/docs/magento-demo.md b/docs/magento-demo.md index c4dda45..0f8b809 100644 --- a/docs/magento-demo.md +++ b/docs/magento-demo.md @@ -17,7 +17,7 @@ The below video serves as a demonstration of GuideFrame's Selenium SDK via the M -## GuideFrame Code Walkthrough Script +## Magento Demo Script ```python from guideframe.selenium import * # Importing all functions from selenium_functions.py @@ -211,7 +211,7 @@ if __name__ == "__main__": assemble(18) ``` -## GuideFrame Code Walkthrough Markdown +## Magento Demo Markdown ```markdown ## Step 1 diff --git a/docs/tutors-demo.md b/docs/tutors-demo.md index 2bc0812..3879f76 100644 --- a/docs/tutors-demo.md +++ b/docs/tutors-demo.md @@ -17,7 +17,7 @@ The below video serves as a demonstration of GuideFrame via the open-source educ -## GuideFrame Code Walkthrough Script +## Tutors Demo Script ```python from guideframe.selenium import * # Moved all selenium functions to external file @@ -154,7 +154,7 @@ if __name__ == "__main__": assemble(12) ``` -## GuideFrame Code Walkthrough Markdown +## Tutors Demo Markdown ```markdown ## Step 1