From fbf0f741b97223280a8b8bde03464b51c2475a77 Mon Sep 17 00:00:00 2001 From: Kat Gill <109633947+Thatskat@users.noreply.github.com> Date: Sat, 1 Jul 2023 15:18:15 +1000 Subject: [PATCH] highlighted quotes.js in contributions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1317c7..568984b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Returns an array of `{number}` South Park quotes. E.g. `GET /v1/quotes/3` ``` ## Contributions -Want to add some South Park quotes? All you need to do is simply add them in the quotes.js file and then create a pull request. +Want to add some South Park quotes? All you need to do is simply add them in the `quotes.js` file and then create a pull request. ## Credits This quotes API was greatly inspired by [Breaking Bad Quotes](https://github.com/shevabam/breaking-bad-quotes) and [Ron Swnson Quotes](https://github.com/jamesseanwright/ron-swanson-quotes).