Skip to content

Commit 2b9b028

Browse files
committed
Add first article about README files
1 parent 9c13ced commit 2b9b028

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

Wireframe/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ <h1>Understanding Developer Tools</h1>
1313
</header>
1414
<main>
1515
<article>
16-
<img src="placeholder.svg" alt="" />
17-
<h2>Title</h2>
18-
<p>
19-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
20-
voluptates. Quisquam, voluptates.
21-
</p>
22-
<a href="">Read more</a>
16+
<img src="placeholder.svg" alt="README file illustration" />
17+
<h2>What is the purpose of a README file?</h2i>
18+
<p>A README explains what a project does, how to install it, and how to use it.</p>
19+
<a href="#">Learn more</a>
2320
</article>
2421
</main>
2522
<footer>

0 commit comments

Comments
 (0)