markdown - What is the difference between README and README.md in GitHub projects? - Stack Overflow
.md is markdown. README.md is used to generate the html summary you see at the bottom of projects. Github has their own flavor of Markdown.
Order of Preference: If you have two files named README and README.md, the file named README.md is preferred, and it will be used to generate github's html summary.
Read full article from markdown - What is the difference between README and README.md in GitHub projects? - Stack Overflow
No comments:
Post a Comment