You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Wireframe/index.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,10 @@ <h2>What is a README file?</h2>
21
21
A README is the front door of any software project — the first document a visitor reads when they encounter your code.
22
22
</p>
23
23
<pclass="content">
24
-
Typically named README.md and written in Markdown, it lives at the root of a repository and renders automatically on platforms like GitHub. Its core purpose is to answer three questions immediately: what does this project do, how do I get it running, and how do I use it?<br>A well-crafted README...
24
+
Typically named README.md and written in Markdown, it lives at the root
25
+
of a repository and renders automatically on platforms like GitHub. Its core
26
+
purpose is to answer three questions immediately: what does this project do,
27
+
how do I get it running, and how do I use it?<br>A well-crafted README...
0 commit comments