Skip to content

Commit cfda7e9

Browse files
Use img.shields.io
1 parent 56eadef commit cfda7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ruby Blockchain Example
22
[![CI](https://github.com/AnotherRegularDude/ruby_blockchain_example/actions/workflows/ci.yml/badge.svg)](https://github.com/AnotherRegularDude/ruby_blockchain_example/actions/workflows/ci.yml)
3-
[![Coverage Status](https://coveralls.io/repos/github/AnotherRegularDude/ruby_blockchain_example/badge.svg?branch=main)](https://coveralls.io/github/AnotherRegularDude/ruby_blockchain_example?branch=main)
3+
[![Coverage Status](https://img.shields.io/coveralls/github/AnotherRegularDude/ruby_blockchain_example?branch=main)](https://coveralls.io/github/AnotherRegularDude/ruby_blockchain_example?branch=main)
44

55
Educational implementation of core blockchain primitives in Ruby: blocks, transactions, proof-of-work difficulty, chain validation, and service objects.
66

0 commit comments

Comments
 (0)