Skip to content

Surajv311/How-to-write-a-readme-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tips for writing a readme.md file

  • To add plain text = plain text

  • To add header =

header1

header2

header3

header4

  • To add hyperlink = name

  • To change text style = itlaic strong text strong italic text strike through text

  • To add image = imagename

  • To add a table =

Command Description
git status List all new or modified files
git diff Show file differences that haven't been staged

  • To add a code =

pip install python


  • To add number to a list
    1.item1
    2.item2
  • bullet1
  • bullet2
  • ul
  • ul

  • To add a horizontal line
    line(way-1)


line(way-2)


  • Blockquotes =

blockquote

About

writing tips for writing a readme file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published