Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,4 +20,4 @@ var filePath = "quotes.js";
});
});
}
```
```