I\'ve noticed some GitHub projects have not only a README file, but also a README.md file.
README
README.md
What is the difference between these files? I kn
.md extension stands for Markdown, which Github uses, among others, to format those files.
.md
Read about Markdown:
http://daringfireball.net/projects/markdown/
http://en.wikipedia.org/wiki/Markdown
Also:
http://github.github.com/github-flavored-markdown/