How to create a README.md ?
Readme file is a text file that contains details on how a program works
The are many different many resources that help you create a readme file like:
But what about understanding the concepts under the hood. We use a special markup in the process.
1- Bold and Italics:
How to bold something : ***welcome***
How italicize some text: _welcome_
How bold and italicize: ***_welcome_***
2- Headers:
#welcome
##welcome
###welcome
####welcome
#####welcome
######welcome
3- Anchor:
show a text: [ Google ]( www.google.com )
show an image: [https://www.haroldcabrera.com/assets/images/avatar.png](https://www.haroldcabrera.com/assets/images/avatar.png)
4- Block quote: > This is the mark down for a block quote
5- Nested quotes: > - a sub quoted list item
6 - Unordered: * welcome
7- Ordered: 1. welcome or 2. how are you
8- Horizontal rule: *** or ___
9 - Nested Links:
* Javascript Frameworks
* ReactJS
Name your file README.md