From addfc322f5f66709e71ebf7fcc2532be6b00c5b0 Mon Sep 17 00:00:00 2001 From: jangko Date: Sat, 27 Jan 2024 16:12:41 +0700 Subject: [PATCH] Revert "Fix CI badge url" This reverts commit 169b0e796172533af96dfaf338ea306369746a38. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b26d0b..c4763fb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg) -![Github action](https://github.com/status-im/nim-json-rpc/actions/workflows/ci.yml/badge.svg) +![Github action](https://github.com/status-im/nim-json-rpc/workflows/CI/badge.svg) Json-Rpc is a library designed to provide an easier interface for working with remote procedure calls.