Beginner Git & Version Control
Q33 / 100

What is the purpose of the "README" file commonly found in repositories?

Correct! Well done.

Incorrect.

The correct answer is B) A documentation file (often in Markdown) that introduces the project, explaining what it does and how to use or contribute to it

B

Correct Answer

A documentation file (often in Markdown) that introduces the project, explaining what it does and how to use or contribute to it

Explanation

A README is typically the first file visitors see on a repository's homepage (e.g. on GitHub), providing an overview, setup instructions, and usage documentation for the project.

Progress
33/100