Skip to content

Commit 6d2f5d8

Browse files
committed
add summary, link and image for README article
1 parent 2f8af57 commit 6d2f5d8

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ <h1>Planning Your Codebase</h1>
1717
<section>
1818
<article>
1919
<img
20-
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSdd25hyNQOMs4Xx1Cv_A_oaT0zagfSWlXMBA&s"
21-
alt="Official Git logo"
20+
src="https://docs.github.com/assets/cb-55933/mw-1440/images/help/repository/readme-links.webp"
21+
alt="Example of ReadMe file on GitHub"
2222
/>
2323
<hr />
24-
<h2>What is Git?</h2>
25-
<p>[summary goes here]</p>
26-
<a href="#">Read more</a>
24+
<h2>What is the purpose of a README file?</h2>
25+
<p>The purpose of a README file is to document a project on a repository, whether
26+
it is a personal project or a collaborative effort. It can contain things like
27+
what task was completed, why the project itself is useful, accessibility
28+
information, how it was implemented, and how to run it.</p>
29+
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2730
</article>
2831

2932
<article>

0 commit comments

Comments
 (0)