Do u Know?

Things a Tech Guy Should Know

What is a README.md file?
README.md is a text file written in Markdown syntax, in simple terms it is like a summary of your project. You can find these files in Github projects.
Markdown syntax is developed in 2004 by John Gruber.
You can write/edit with simple note pad.
.md, or .markdown extensions file can be converted to HTML extensions

Create a Markdown File or README.md file Online at
http://markable.in/editor/
http://dillinger.io/

Learn Markdown Basics Syntax:
https://help.github.com/articles/github-flavored-markdown/
http://commonmark.org/

Simple Syntax:
# is used for h1
## for h2 and so on..
> for paragraph

Note: Article Updates Frequently.