From 39ede7bedde5f52f4a99d7ac8ae31e8f94f05bb4 Mon Sep 17 00:00:00 2001 From: Alexander Gutkin Date: Fri, 27 Mar 2026 14:23:44 -0700 Subject: [PATCH] Shorter status shields. PiperOrigin-RevId: 890635152 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5cc6c38..11d53ea 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ # OpenFst Library [![GitHub license](https://img.shields.io/badge/license-Apache2-blue.svg)](https://github.com/google-research/nisaba/blob/main/LICENSE) -[![bazel_x64_linux](https://github.com/google-research/openfst/actions/workflows/bazel_x64_linux.yml/badge.svg?branch=main)](https://github.com/google-research/openfst/actions?query=workflow%3A%22Bazel%20%28x64%20Linux%29%22) -[![cmake_x64_linux](https://github.com/google-research/openfst/actions/workflows/cmake_x64_linux.yml/badge.svg?branch=main)](https://github.com/google-research/openfst/actions?query=workflow%3A%22CMake%20%28x64%20Linux%29%22) -[![bazel_arm64_macos](https://github.com/google-research/openfst/actions/workflows/bazel_arm64_macos.yml/badge.svg?branch=main)](https://github.com/google-research/openfst/actions?query=workflow%3A%22Bazel%20%28arm64%20macOS%29%22) -[![cmake_arm64_macos](https://github.com/google-research/openfst/actions/workflows/cmake_arm64_macos.yml/badge.svg?branch=main)](https://github.com/google-research/openfst/actions?query=workflow%3A%22CMake%20%28arm64%20macOS%2922) -[![bazel_x64_windows](https://github.com/google-research/openfst/actions/workflows/bazel_x64_windows.yml/badge.svg?branch=main)](https://github.com/google-research/openfst/actions?query=workflow%3A%22Bazel%20%28x64%20Windows%29%22) +[![Bazel (x64 Linux)](https://github.com/google-research/openfst/actions/workflows/bazel_x64_linux.yml/badge.svg)](https://github.com/google-research/openfst/actions/workflows/bazel_x64_linux.yml) +[![CMake (x64 Linux)](https://github.com/google-research/openfst/actions/workflows/cmake_x64_linux.yml/badge.svg)](https://github.com/google-research/openfst/actions/workflows/cmake_x64_linux.yml) +[![Bazel (arm64 macOS)](https://github.com/google-research/openfst/actions/workflows/bazel_arm64_macos.yml/badge.svg)](https://github.com/google-research/openfst/actions/workflows/bazel_arm64_macos.yml) +[![CMake (arm64 macOS)](https://github.com/google-research/openfst/actions/workflows/cmake_arm64_macos.yml/badge.svg)](https://github.com/google-research/openfst/actions/workflows/cmake_arm64_macos.yml) +[![Bazel (x64 Windows)](https://github.com/google-research/openfst/actions/workflows/bazel_x64_windows.yml/badge.svg)](https://github.com/google-research/openfst/actions/workflows/bazel_x64_windows.yml) This library is for constructing, combining, optimizing, and searching *weighted finite-state transducers* (FSTs). Weighted finite-state transducers are automata