Skip to content

Commit ebb4c97

Browse files
authored
Update link in readme
1 parent e548e5a commit ebb4c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/brackets-viewer/badge?style=rounded)](https://www.jsdelivr.com/package/npm/brackets-viewer)
66
[![Package Quality](https://packagequality.com/shield/brackets-viewer.svg)](https://packagequality.com/#?package=brackets-viewer)
77

8-
A simple library to display tournament brackets (round-robin, single elimination, double elimination)
8+
A simple library to display tournament brackets (round-robin, single elimination, double elimination).
99

1010
It contains all the logic needed to display tournaments.
1111

@@ -17,7 +17,7 @@ It contains all the logic needed to display tournaments.
1717
- Themes supported, with CSS variables (see [`./demo/themes`](/demo/themes))
1818
- Display participant images next to their name ([example](https://github.com/Drarig29/brackets-viewer.js/blob/668aae1ed9db41ab21665459635cd6b71cad247c/demo/with-api.html#L34-L38))
1919
- Do actions when a match is clicked ([example](https://github.com/Drarig29/brackets-viewer.js/blob/ed31fc4fc43336d3543411f802a8b1d9d592d467/demo/with-api.html#L53), [feature request](https://github.com/Drarig29/brackets-viewer.js/discussions/80))
20-
- Custom round names: do you want to say "Semi Finals" instead of "Round 2"? ([example](https://github.com/Drarig29/brackets-viewer.js/blob/ed31fc4fc43336d3543411f802a8b1d9d592d467/demo/with-api.html#L46-L52), [feature request](https://github.com/Drarig29/brackets-viewer.js/discussions/93))
20+
- Custom round names: do you want to say "Semi Finals" instead of "Round 2"? ([example](https://github.com/Drarig29/brackets-viewer.js/blob/e548e5ac8369d2a692366718c04b24b32190866c/demo/with-api.html#L46-L59), [feature request](https://github.com/Drarig29/brackets-viewer.js/discussions/93))
2121

2222
![Screenshot](screenshot.png)
2323

0 commit comments

Comments
 (0)