Skip to content

Commit 100cee8

Browse files
authored
docs: remove CI badge and adjust README formatting
1 parent 5cb4576 commit 100cee8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
# tty
22

33
[![LuaRocks](https://img.shields.io/luarocks/v/BlueLua/tty?color=blue&style=flat-square)](https://luarocks.org/modules/BlueLua/tty)
4-
[![CI Status](https://img.shields.io/github/actions/workflow/status/BlueLua/tty/ci.yml?label=CI&style=flat-square)](https://github.com/BlueLua/tty/actions/workflows/ci.yml)
54
![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)
65
![Platform](https://img.shields.io/badge/platform-linux%20%7C%20macos%20%7C%20windows-blue?style=flat-square)
76
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/BlueLua/tty/blob/main/LICENSE)
87

98
`tty` provides lightweight, cross-platform C-backed Lua bindings for terminal
109
detection and terminal size inspection.
1110

12-
Read the [documentation](https://bluelua.github.io/tty) to get started.
13-
1411
## ✨ Features
1512

1613
- **TTY Verification**: Check if a Lua file handle (like `io.stdout`,

0 commit comments

Comments
 (0)