The README.md file

The README.md file is perhaps the most important file in your project. It describes what your project does.

It has an .md extension, so it’s written in Markdown, the same language as your Swift documentation, so if you were not previously familiar with it, you should be by now.

Ideally, it should contain multiple sections:

I didn’t invent those on my own, but a standard readme specification is actively worked on here: https://github.com/RichardLitt/standard-readme/blob/master/spec.md.