diff --git a/.all-contributorsrc b/.all-contributorsrc index 87eceaf..02261e2 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -8,26 +8,31 @@ "commitConvention": "angular", "contributors": [ { - "login": "mondeja", "name": "Álvaro Mondéjar", "avatar_url": "https://avatars.githubusercontent.com/u/23049315?v=4", "profile": "https://github.com/mondeja", - "contributions": [ "code" ] }, { - "login": "JustBobinAround", "name": "Robert Junkins", "avatar_url": "https://avatars.githubusercontent.com/u/67753581?v=4", "profile": "https://github.com/JustBobinAround", - "contributions": [ "code" ] + }, + { + "login": "LeoniePhiline", + "name": "LeoniePhiline", + "avatar_url": "https://avatars.githubusercontent.com/u/22329650?v=4", + "profile": "https://github.com/LeoniePhiline", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 9e92b0f..8189f3c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [_leptos-hotkeys_](https://github.com/friendlymatthew/leptos-hotkeys) -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) Declaratively create and pair keybindings with callbacks for Leptos applications. @@ -467,7 +467,8 @@ fn Component() -> impl IntoView { Álvaro Mondéjar
Álvaro Mondéjar

💻 - Robert Junkins
Robert Junkins

💻 + Robert Junkins
Robert Junkins

💻 + LeoniePhiline
LeoniePhiline

📖