File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,13 +29,23 @@ <h2>Wireframe</h2>
2929
3030 < main >
3131 < article >
32- < img src ="placeholder.svg " alt ="" />
32+ < img src ="README-File-Example.jpg " alt ="Picture of an example README file " />
3333 < h2 > README</ h2 >
3434 < p >
35- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
36- voluptates. Quisquam, voluptates.
35+ The purpose of a README file is to provide important information for a project or piece of software.
36+ This may include things such as:
37+
38+ < ul > installation instructions</ ul >
39+ < ul > Version info</ ul >
40+ < ul > System requirements</ ul >
41+ < ul > A basic description of the software</ ul >
42+ < ul > Troubleshooting and support contact info</ ul >
43+ < ul > Copyright and licensing info</ ul >
44+ < ul > Source links</ ul >
45+
46+ README files are commonly written in Markdown (.md) plaintext format.
3747 </ p >
38- < a href =""> Read more</ a >
48+ < a href ="https://www.makeareadme.com/ "> Read more</ a >
3949 </ article >
4050 </ main >
4151
@@ -47,7 +57,7 @@ <h2>Git Branches</h2>
4757 Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
4858 voluptates. Quisquam, voluptates.
4959 </ p >
50- < a href =""> Read more</ a >
60+ < a href ="https://www.makeareadme.com/ "> Read more</ a >
5161 </ article >
5262 </ main >
5363 < footer >
You can’t perform that action at this time.
0 commit comments