Skip to content

Commit

Permalink
Added Border Color customization instructions to README. (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloams committed Nov 3, 2024
1 parent 492d0c4 commit 7d4b15f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,20 @@ You can also provide a category to fetch the list of quotes based on certain cat
---
- ### Border Color
You can customize the border color of your templates. Please note that this feature is available only with the Default layout.
Use `?borderColor=COLOR` paramater as shown below
```md
![Quote](https://github-readme-quotes-bay.vercel.app/quote?borderColor=green)
```

![Quote](https://github-readme-quotes-bay.vercel.app/quote?borderColor=green)

---

## Swagger Docs

To view Swagger docs, run `npm start` and open ![localhost:3002/api-docs](localhost:3002/api-docs).
Expand Down

0 comments on commit 7d4b15f

Please sign in to comment.