Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 725 Bytes

File metadata and controls

22 lines (15 loc) · 725 Bytes

README Practice

This repository is for practicing how to edit a README.md file on GitHub.

What is the purpose of README.md?

A README explains what this project is, how to use it, and any important information for other people.

What information is usually included?

  • Project name and short description
  • How to install or open the project
  • How to use it
  • Who created it or how to contribute
  • License or contact information

What is Markdown?

Markdown is a simple text format that uses symbols like #, *, and []() to create headings, italic text, bold text, lists, and links.
GitHub reads Markdown and shows it as a nicely formatted page,
but plain text has no formatting.