Description
I noticed a few grammatical errors in the README.md that could be improved for clarity. Below are the corrections:
Original Text & Suggested Fixes:
Sentence:
"If this is your first time building with Generative AI models. Check out our Generative AI For Beginners course that has 21 lessons on building with GenAI."
Issue: The first sentence is a fragment; it should be combined with the second sentence.
Suggested Fix:
"If this is your first time building with Generative AI models, check out our Generative AI For Beginners course, which includes 21 lessons on building with GenAI."
Sentence:
"This course has code examples on each lesson that has a code_samples folder."
Issue: "Each lesson that has a code_samples folder" is unclear. It should specify that each lesson contains code examples and that these are in the code_samples folder.
Suggested Fix:
"Each lesson in this course includes code examples, which can be found in the code_samples folder."
Sentence:
"You can fork this repo to create a your own copy."
Issue: "a your" is incorrect; "a" should be removed.
Suggested Fix:
"You can fork this repo to create your own copy."