Skip to content

Commit 7a08095

Browse files
authored
Merge pull request #49 from chipspeak/GUIDEFRAME-61
task(GUIDEFRAME-61): adjusted typos in demo titles
2 parents 37af566 + 2c1b92f commit 7a08095

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/magento-demo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The below video serves as a demonstration of GuideFrame's Selenium SDK via the M
1717
</iframe>
1818
</div>
1919

20-
## GuideFrame Code Walkthrough Script
20+
## Magento Demo Script
2121
```python
2222

2323
from guideframe.selenium import * # Importing all functions from selenium_functions.py
@@ -211,7 +211,7 @@ if __name__ == "__main__":
211211
assemble(18)
212212
```
213213

214-
## GuideFrame Code Walkthrough Markdown
214+
## Magento Demo Markdown
215215

216216
```markdown
217217
## Step 1

docs/tutors-demo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The below video serves as a demonstration of GuideFrame via the open-source educ
1717
</iframe>
1818
</div>
1919

20-
## GuideFrame Code Walkthrough Script
20+
## Tutors Demo Script
2121
```python
2222

2323
from guideframe.selenium import * # Moved all selenium functions to external file
@@ -154,7 +154,7 @@ if __name__ == "__main__":
154154
assemble(12)
155155
```
156156

157-
## GuideFrame Code Walkthrough Markdown
157+
## Tutors Demo Markdown
158158

159159
```markdown
160160
## Step 1

0 commit comments

Comments
 (0)