Skip to content

Commit 54d17f2

Browse files
authored
docs: update badge styles in README.md
1 parent a7a3b1a commit 54d17f2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# evdev
22

3-
[![LuaRocks](https://img.shields.io/luarocks/v/BlueLua/bluelua-evdev?color=blue)](https://luarocks.org/modules/BlueLua/bluelua-evdev)
4-
[![Test Status](https://github.com/BlueLua/evdev/actions/workflows/test.yml/badge.svg)](https://github.com/BlueLua/evdev/actions/workflows/test.yml)
5-
![Lua Versions](https://img.shields.io/badge/lua-5.1%20%7C%205.2%20%7C%205.3%20%7C%205.4%20%7C%205.5%20%7C%20LuaJIT-blue)
6-
![Platform](https://img.shields.io/badge/platform-linux-lightgrey)
7-
[![License](https://img.shields.io/github/license/BlueLua/evdev?color=lightgrey)](LICENSE)
3+
[![LuaRocks](https://img.shields.io/luarocks/v/BlueLua/bluelua-evdev?color=blue&style=flat-square)](https://luarocks.org/modules/BlueLua/bluelua-evdev)
4+
[![Test Status](https://img.shields.io/github/actions/workflow/status/BlueLua/evdev/test.yml?style=flat-square)](https://github.com/BlueLua/evdev/actions/workflows/test.yml)
5+
![Lua Versions](https://img.shields.io/badge/lua-5.1%20%7C%205.2%20%7C%205.3%20%7C%205.4%20%7C%205.5%20%7C%20LuaJIT-blue?style=flat-square)
6+
![Platform](https://img.shields.io/badge/platform-linux-blue?style=flat-square)
7+
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/BlueLua/evdev/blob/main/LICENSE)
88

99
Lua bindings for Linux `evdev` input devices and `/dev/uinput` virtual devices
1010
(keyboards, mice, and relative pointers).

0 commit comments

Comments
 (0)