diff --git a/README.md b/README.md
index e3a2779..a327164 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Python Fundamentals LiveLessons
+# Python Fundamentals LiveLessons- Intro
This repository contains the source code and supporting files associated with our **_Python Fundamentals LiveLessons_** videos, which are based on our professional book _Python for Programmers_ and our textbook _Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud_.
diff --git a/examples/ch01/TestDrive.ipynb b/examples/ch01/TestDrive.ipynb
index 82166d4..3febf28 100644
--- a/examples/ch01/TestDrive.ipynb
+++ b/examples/ch01/TestDrive.ipynb
@@ -46,7 +46,7 @@
"source": [
"# this is a text note \n",
"\n",
- "## this is an H2\n",
+ "## this is an H2 a new heading of the element\n",
"\n",
"### this is an H3\n"
]