From 34ce399c478bff298c0ee214f5a7ea801ad0fe06 Mon Sep 17 00:00:00 2001 From: Jocelyn Falempe Date: Thu, 21 Aug 2025 15:02:51 +0200 Subject: [PATCH] Readme.md: Fix build status branch name The branch was renamed from develop to main. Signed-off-by: Jocelyn Falempe --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6230cf..80141a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TSM - Terminal Emulator State Machine -![Build Status](https://github.com/aetf/libtsm/actions/workflows/meson.yml/badge.svg?branch=develop) +![Build Status](https://github.com/aetf/libtsm/actions/workflows/meson.yml/badge.svg?branch=main) TSM is a state machine for DEC VT100-VT520 compatible terminal emulators. It tries to support all common standards while keeping compatibility to existing @@ -43,7 +43,7 @@ The following options are available: |:---:|:---|:---:| | tests | Whether build the test suite | ON | | extra_debug | Whether to enable several non-standard debug options | OFF | -| gtktsm | Whether to build the gtktsm example. This is linux-only as it uses epoll and friends. Therefor is disabled by default. | OFF | +| gtktsm | Whether to build the gtktsm example. This is linux-only as it uses epoll and friends. Therefore is disabled by default. | OFF | ## Dependencies ### Required