From 6012985b161311d154b0daaf2722ca506d06fc3b Mon Sep 17 00:00:00 2001 From: Revanth Kumar Date: Wed, 28 Oct 2020 03:29:34 +0000 Subject: [PATCH] Fixed readme.md formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3594fa1..c81e212 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -#Database Quotes JSON -##JSON file with more than 5000+ famous quotes. +# Database Quotes JSON +JSON file with more than 5000+ famous quotes. -###Some example on how to work on this JSON quotes file +## Some example on how to work on this JSON quotes file ```javascript //return array of all quotes with 12 words max @@ -20,4 +20,4 @@ var filePath = "quotes.js"; }); }); } -``` \ No newline at end of file +```