Skip to content

Commit c1e6a12

Browse files
committed
Update README.md
1 parent 806fc42 commit c1e6a12

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
A simple library to display tournament brackets (round-robin, single elimination, double elimination)
44

5-
[![npm](https://img.shields.io/npm/v/brackets-viewer.svg)](https://www.npmjs.com/package/brackets-viewer)
5+
It contains all the logic needed to display tournaments.
66

7+
[![npm](https://img.shields.io/npm/v/brackets-viewer.svg)](https://www.npmjs.com/package/brackets-viewer)
78

89
## How to use?
910

@@ -47,3 +48,12 @@ Build with webpack:
4748
```bash
4849
npm run build
4950
```
51+
52+
## Credits
53+
54+
This library has been created to be used by the [Nantarena](https://nantarena.net/).
55+
56+
It has been inspired by:
57+
58+
- [Toornament](https://www.toornament.com/en_US/) (design inspiration)
59+
- [Responsive Tournament Bracket](https://codepen.io/jimmyhayek/full/yJkdEB) (connection between matches in plain CSS)

0 commit comments

Comments
 (0)