From 5e5e3dc7938db2ef263e84bf83c5009ea82b34b5 Mon Sep 17 00:00:00 2001 From: Bambooin Date: Mon, 6 Jun 2022 19:43:13 +0800 Subject: [PATCH 1/3] doc: remove obsoleted ci badges --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7f5933b80d..ab677e7bb8 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ RIME: Rime Input Method Engine === -[![Build Status](https://travis-ci.org/rime/librime.svg)](https://travis-ci.org/rime/librime) -[![Build status](https://ci.appveyor.com/api/projects/status/github/rime/librime?svg=true)](https://ci.appveyor.com/project/rime/librime) [![GitHub release](https://img.shields.io/github/release/rime/librime.svg)](https://github.com/rime/librime/releases) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) From 13110218fb820b08fc11d0f8feea4fc42f84f55d Mon Sep 17 00:00:00 2001 From: Bambooin Date: Mon, 6 Jun 2022 19:55:49 +0800 Subject: [PATCH 2/3] doc: add Github Action ci badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab677e7bb8..5602156fdd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ RIME: Rime Input Method Engine === +![build status](https://github.com/rime/librime/actions/workflows/commit-ci.yml/badge.svg) [![GitHub release](https://img.shields.io/github/release/rime/librime.svg)](https://github.com/rime/librime/releases) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) From a745238947d1c110bcb287fcf8fadafada8e3c8c Mon Sep 17 00:00:00 2001 From: Bambooin Date: Mon, 6 Jun 2022 20:19:52 +0800 Subject: [PATCH 3/3] doc: upper case the first char --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5602156fdd..81511d685f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ RIME: Rime Input Method Engine === -![build status](https://github.com/rime/librime/actions/workflows/commit-ci.yml/badge.svg) +![Build status](https://github.com/rime/librime/actions/workflows/commit-ci.yml/badge.svg) [![GitHub release](https://img.shields.io/github/release/rime/librime.svg)](https://github.com/rime/librime/releases) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)