From 9959b011c5aea4b49578ac17d1f42c731e7897a0 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Sat, 5 Jul 2025 09:24:41 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8139b65..c0da0e9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Lambda-Term =========== -[![Build Status](https://travis-ci.org/ocaml-community/lambda-term.svg?branch=master)](https://travis-ci.org/ocaml-community/lambda-term) +[![CI](https://github.com/ocaml-community/lambda-term/actions/workflows/ci.yml/badge.svg)]([https://travis-ci.org/ocaml-community/lambda-term](https://github.com/ocaml-community/lambda-term/actions/workflows/ci.yml) Lambda-Term is a cross-platform library for manipulating the terminal. It provides an abstraction for keys, mouse events, colors, From ebc65cee194ab7e2fa71988f4a7314af9ae414a9 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Sat, 5 Jul 2025 09:27:06 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0da0e9..b706cb8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Lambda-Term =========== -[![CI](https://github.com/ocaml-community/lambda-term/actions/workflows/ci.yml/badge.svg)]([https://travis-ci.org/ocaml-community/lambda-term](https://github.com/ocaml-community/lambda-term/actions/workflows/ci.yml) +[![CI](https://github.com/ocaml-community/lambda-term/actions/workflows/ci.yml/badge.svg)](https://github.com/ocaml-community/lambda-term/actions/workflows/ci.yml) Lambda-Term is a cross-platform library for manipulating the terminal. It provides an abstraction for keys, mouse events, colors,