Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 415 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 415 Bytes

Inspirational Quotes

Steps:

1. Cloning

$ git clone https://github.com/Matrix-io9/inspirational-quotes.git
$ cd inspirational-quotes

2. Adding your quote

  1. Open the data.json file in your text editor/IDE.
  2. Add your quote in JSON format. For example:
 {  
    "quote":"Your new awesome quote",
    "author":"Name of author"
 }

3. Make a pull request and push it.