Skip to content

Commit f9e8a1e

Browse files
committed
fix: improved README files article
1 parent 9c166f9 commit f9e8a1e

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ <h1>Planning, Versioning and Documenting</h1>
2626
/>
2727
<h2>The purpose of a README file</h2>
2828
<p>
29-
README files are the first thing developers, like us, see when
30-
visiting a repository on GitHub.
29+
README files are the first thing developers see when introduced to a
30+
project. They are placed in the main directory of a project and helps
31+
understand what the project does, how to install it, and how others
32+
can use or contribute to it.
3133
</p>
3234
<a href="#">Read more</a>
3335
</article>
@@ -59,11 +61,17 @@ <h2>What is a Branch in Git?</h2>
5961
</article>
6062
</main>
6163
<footer>
62-
<p>&copy; 2026 Wireframe Web Development Coursework. All rights reserved.</p>
64+
<p>
65+
&copy; 2026 Wireframe Web Development Coursework. All rights reserved.
66+
</p>
6367
<address>
64-
Contact us: <a href="mailto:carolina@example.com">carolina@example.com</a>
68+
Contact us:
69+
<a href="mailto:carolina@example.com">carolina@example.com</a>
6570
</address>
66-
<p>Follow us on <a href="https://www.linkedin.com/in/carolina-example/">LinkedIn</a></p>
71+
<p>
72+
Follow us on
73+
<a href="https://www.linkedin.com/in/carolina-example/">LinkedIn</a>
74+
</p>
6775
</footer>
6876
</body>
6977
</html>

0 commit comments

Comments
 (0)