Skip to content

Commit 22745ee

Browse files
authored
Reformat paragraphs for better readability in index.html
Paragraphs were broken into short burst to aid readability and editablility without affecting the output look.
1 parent 828af8a commit 22745ee

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,20 @@ <h2>Purpose of ReadME</h2>
2323
<img src="placeholder2.png" alt="Wireframe image" />
2424
<h2>Purpose of Wireframe</h2>
2525
<p>
26-
Wireframe serves as a foundational blueprint or mental image of a product, it has numerous functions and most importantly wireframe is often used in the early stages of web or app development to prevent future, costly redesigns.
26+
Wireframe serves as a foundational blueprint or mental image of
27+
a product, it has numerous functions and most importantly
28+
wireframe is often used in the early stages of web or app
29+
development to prevent future, costly redesigns.
2730
</p>
2831
<a href="">Read more</a>
2932
</article>
3033
<article>
3134
<img src="Branch.png" alt="Branch image" />
3235
<h2>What is a branch in Git</h2>
3336
<p>
34-
A branch represents an independent line of development in a Git repository, allowing multiple developers to work on different features or bug fixes simultaneously without affecting the main codebase until changes are ready to be merged.
37+
A branch represents an independent line of development in a Git repository,
38+
allowing multiple developers to work on different features or bug fixes simultaneously
39+
without affecting the main codebase until changes are ready to be merged.
3540
</p>
3641
<a href="">Read more</a>
3742
</article>

0 commit comments

Comments
 (0)