fixes wrong CI badge URL in readme.md

This commit is contained in:
jangko 2022-02-13 13:48:47 +07:00
parent 51fadf850c
commit 733a05b00c
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9

View File

@ -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/workflows/nim-json-rpc%20CI/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.